blob: ebbc59acfade5edc994cdc6a464edb7cc610b26a [file] [log] [blame]
Ray Milkey35ea5bf2018-07-17 15:28:44 -07001COMPILE_DEPS = CORE_DEPS + JACKSON + [
2 "@jersey_server//jar",
3 "@javax_ws_rs_api//jar",
4 "@javax_servlet_api//jar",
5 "@javax_inject//jar",
6 "//utils/rest:onlab-rest",
7 "//apps/restconf/api:onos-apps-restconf-api",
8]
9
10TEST_DEPS = TEST_REST + [
11 "//utils/osgi:onlab-osgi-tests",
12 "//web/api:onos-rest-tests",
13]
14
15osgi_jar_with_tests(
16 test_deps = TEST_DEPS,
17 web_context = "/onos/restconf",
18 deps = COMPILE_DEPS,
19)