mirror of
https://github.com/opennetworkinglab/onos.git
synced 2025-10-16 09:51:38 +02:00
9 lines
153 B
Python
9 lines
153 B
Python
COMPILE_DEPS = CORE_DEPS + [
|
|
"@netty//jar",
|
|
"//protocols/bgp/bgpio:onos-protocols-bgp-bgpio",
|
|
]
|
|
|
|
osgi_jar_with_tests(
|
|
deps = COMPILE_DEPS,
|
|
)
|