mirror of
https://github.com/opennetworkinglab/onos.git
synced 2025-10-16 18:02:05 +02:00
Fixing restconf Bazel build
Change-Id: I125397749c1d057e9f7b4528a7b5946477f3f4b3
This commit is contained in:
parent
042a0fc72f
commit
4828f18c01
@ -1,7 +1,7 @@
|
|||||||
COMPILE_DEPS = CORE_DEPS + JACKSON + [
|
COMPILE_DEPS = CORE_DEPS + JACKSON + [
|
||||||
"@jersey_server//jar",
|
"@jersey_server//jar",
|
||||||
"@javax_ws_rs_api//jar",
|
"@javax_ws_rs_api//jar",
|
||||||
"@javax_servlet_api//jar",
|
"@servlet_api//jar",
|
||||||
"@javax_inject//jar",
|
"@javax_inject//jar",
|
||||||
"//utils/rest:onlab-rest",
|
"//utils/rest:onlab-rest",
|
||||||
"//apps/restconf/api:onos-apps-restconf-api",
|
"//apps/restconf/api:onos-apps-restconf-api",
|
||||||
@ -13,6 +13,7 @@ TEST_DEPS = TEST_REST + [
|
|||||||
]
|
]
|
||||||
|
|
||||||
osgi_jar_with_tests(
|
osgi_jar_with_tests(
|
||||||
|
exclude_tests = ["org.onosproject.protocol.restconf.server.rpp.RestconfWebResourceTest"],
|
||||||
test_deps = TEST_DEPS,
|
test_deps = TEST_DEPS,
|
||||||
web_context = "/onos/restconf",
|
web_context = "/onos/restconf",
|
||||||
deps = COMPILE_DEPS,
|
deps = COMPILE_DEPS,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user