blob: b60e3763875b42a54d706f7747d0f80999ac3707 [file] [log] [blame]
COMPILE_DEPS = CORE_DEPS + [
"@jersey_client//jar",
"@jersey_server//jar",
"@jersey_common//jar",
"@jersey_security//jar",
"@httpclient_osgi//jar",
"@httpcore_osgi//jar",
"@javax_ws_rs_api//jar",
"@hk2_api//jar",
"@aopalliance_repackaged//jar",
"@javax_inject//jar",
"//utils/rest:onlab-rest",
]
osgi_jar_with_tests(
visibility = ["//visibility:public"],
deps = COMPILE_DEPS,
)