mirror of
https://github.com/opennetworkinglab/onos.git
synced 2025-10-14 00:41:10 +02:00
8 lines
107 B
Python
8 lines
107 B
Python
COMPILE_DEPS = CORE_DEPS + [
|
|
"@kafka_clients//jar",
|
|
]
|
|
|
|
osgi_jar_with_tests(
|
|
deps = COMPILE_DEPS,
|
|
)
|