mirror of
https://github.com/opennetworkinglab/onos.git
synced 2025-10-13 16:31:00 +02:00
9 lines
163 B
Python
9 lines
163 B
Python
COMPILE_DEPS = CORE_DEPS + JACKSON + [
|
|
"//incubator/api:onos-incubator-api",
|
|
]
|
|
|
|
osgi_jar_with_tests(
|
|
test_deps = TEST_ADAPTERS,
|
|
deps = COMPILE_DEPS,
|
|
)
|