blob: e772ddaaf24faac422345504709c0d4e539960dc [file] [log] [blame]
Ray Milkey324af932018-06-20 19:50:31 -07001COMPILE_DEPS = CORE_DEPS + [
2 "@jersey_client//jar",
3 "@jersey_common//jar",
4 "@httpclient_osgi//jar",
5 "@httpcore_osgi//jar",
6 "@javax_ws_rs_api//jar",
7 "@hk2_api//jar",
8 "@aopalliance_repackaged//jar",
9 "@javax_inject//jar",
10 "//protocols/restconf/client/api:onos-protocols-restconf-client-api",
11 "//protocols/rest/api:onos-protocols-rest-api",
12]
13
14osgi_jar_with_tests(
15 deps = COMPILE_DEPS,
16)