blob: 4eb3fe3f7ce3eac7e06f0973803788e6b251c410 [file] [log] [blame]
Thomas Vachuska970b9642018-07-10 22:30:32 -07001COMPILE_DEPS = CORE_DEPS + JACKSON + KRYO + CLI + REST + [
Ray Milkey15053f02018-06-13 10:00:45 -07002 "@concurrent_trees//jar",
Ray Milkey15053f02018-06-13 10:00:45 -07003 "@jersey_server//jar",
4 "//core/store/serializers:onos-core-serializers",
5 "//apps/route-service/api:onos-apps-route-service-api",
Ray Milkey02a658b2018-06-13 08:52:39 -07006]
7
Ray Milkey68bc3b02018-06-13 10:13:02 -07008TEST_DEPS = TEST + [
Ray Milkey15053f02018-06-13 10:00:45 -07009 "//apps/route-service/api:onos-apps-route-service-api-tests",
10 "//core/api:onos-api-tests",
Ray Milkey02a658b2018-06-13 08:52:39 -070011]
12
Ray Milkey15053f02018-06-13 10:00:45 -070013osgi_jar_with_tests(
Ray Milkey02a658b2018-06-13 08:52:39 -070014 test_deps = TEST_DEPS,
Ray Milkey15053f02018-06-13 10:00:45 -070015 deps = COMPILE_DEPS,
Ray Milkey02a658b2018-06-13 08:52:39 -070016 #web_context = '/onos/routeservice',
17 #api_title = 'Route Service App',
18 #api_version = '1.0',
19 #api_description = 'REST API for Route Service App',
20 #api_package = 'org.onosproject.routeservice.rest',
21)