Fixing restconf Bazel build

Change-Id: I125397749c1d057e9f7b4528a7b5946477f3f4b3
This commit is contained in:
Andrea Campanella 2018-08-24 14:18:37 +02:00
parent 042a0fc72f
commit 4828f18c01

View File

@ -1,7 +1,7 @@
COMPILE_DEPS = CORE_DEPS + JACKSON + [
"@jersey_server//jar",
"@javax_ws_rs_api//jar",
"@javax_servlet_api//jar",
"@servlet_api//jar",
"@javax_inject//jar",
"//utils/rest:onlab-rest",
"//apps/restconf/api:onos-apps-restconf-api",
@ -13,6 +13,7 @@ TEST_DEPS = TEST_REST + [
]
osgi_jar_with_tests(
exclude_tests = ["org.onosproject.protocol.restconf.server.rpp.RestconfWebResourceTest"],
test_deps = TEST_DEPS,
web_context = "/onos/restconf",
deps = COMPILE_DEPS,