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