mirror of
https://github.com/opennetworkinglab/onos.git
synced 2025-10-15 17:31:31 +02:00
8 lines
151 B
Python
8 lines
151 B
Python
COMPILE_DEPS = CORE_DEPS + KRYO + JACKSON + [
|
|
"//core/store/serializers:onos-core-serializers",
|
|
]
|
|
|
|
osgi_jar_with_tests(
|
|
deps = COMPILE_DEPS,
|
|
)
|