mirror of
https://github.com/opennetworkinglab/onos.git
synced 2025-10-14 17:01:02 +02:00
10 lines
180 B
Python
10 lines
180 B
Python
COMPILE_DEPS = CORE_DEPS + JACKSON
|
|
|
|
TEST_DEPS = TEST_ADAPTERS
|
|
|
|
osgi_jar_with_tests(
|
|
test_deps = TEST_DEPS,
|
|
visibility = ["//visibility:public"],
|
|
deps = COMPILE_DEPS,
|
|
)
|