blob: f2b3d0c3653e690e330649af4f0b0b26de05df65 [file] [log] [blame]
Ray Milkey816db102018-05-30 14:16:37 -07001COMPILE_DEPS = CORE_DEPS + [
2 "@jersey_client//jar",
3 "@jersey_server//jar",
4 "@jersey_common//jar",
5 "@jersey_security//jar",
6 "@httpclient_osgi//jar",
7 "@httpcore_osgi//jar",
8 "@javax_ws_rs_api//jar",
9 "@hk2_api//jar",
10 "@aopalliance_repackaged//jar",
11 "@javax_inject//jar",
12 "//protocols/rest/api:onos-protocols-rest-api",
13]
14
15osgi_jar_with_tests(
16 deps = COMPILE_DEPS,
17)