mirror of
https://github.com/opennetworkinglab/onos.git
synced 2025-10-18 02:41:49 +02:00
12 lines
261 B
Python
12 lines
261 B
Python
COMPILE_DEPS = CORE_DEPS + JACKSON + METRICS + [
|
|
"//incubator/api:onos-incubator-api",
|
|
]
|
|
|
|
TEST_DEPS = TEST + ["//core/api:onos-api-tests"]
|
|
|
|
osgi_jar_with_tests(
|
|
test_deps = TEST_DEPS,
|
|
visibility = ["//visibility:public"],
|
|
deps = COMPILE_DEPS,
|
|
)
|