blob: 757a30fa0c5cc9d675e0f469ce6ac8a92b65d686 [file] [log] [blame]
Ray Milkey8942b242018-06-13 08:52:39 -07001COMPILE_DEPS = CORE_DEPS + JACKSON + [
Ray Milkeycad61cd2018-06-13 10:00:45 -07002 "@javax_ws_rs_api//jar",
3 "//utils/rest:onlab-rest",
4 "//apps/segmentrouting/app:onos-apps-segmentrouting-app",
Ray Milkey8942b242018-06-13 08:52:39 -07005]
6
Ray Milkeycad61cd2018-06-13 10:00:45 -07007osgi_jar_with_tests(
Ray Milkey8942b242018-06-13 08:52:39 -07008 deps = COMPILE_DEPS,
9 #web_context = '/onos/segmentrouting',
10 #api_title = 'Segment Routing Rest Server',
11 #api_version = '1.0',
12 #api_description = 'REST API for Segment Routing Application',
13 #api_package = 'org.onosproject.segmentrouting.web',
14)