blob: 67ee7d9196e1d27abd9b648e5c6b13ad8be9b196 [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(
Charles Chanab8abfd2019-04-07 18:58:42 -07008 api_description = "REST API for Segment Routing Application",
9 api_package = "org.onosproject.segmentrouting.web",
10 api_title = "Segment Routing Rest Server",
11 api_version = "1.0",
12 web_context = "/onos/segmentrouting",
Ray Milkey8942b242018-06-13 08:52:39 -070013 deps = COMPILE_DEPS,
Ray Milkey8942b242018-06-13 08:52:39 -070014)