mirror of
https://github.com/opennetworkinglab/onos.git
synced 2025-10-15 01:11:30 +02:00
9 lines
182 B
Python
9 lines
182 B
Python
COMPILE_DEPS = CORE_DEPS + KRYO + JACKSON + [
|
|
"//core/store/serializers:onos-core-serializers",
|
|
]
|
|
|
|
osgi_jar_with_tests(
|
|
test_deps = TEST_ADAPTERS,
|
|
deps = COMPILE_DEPS,
|
|
)
|