mirror of
https://github.com/opennetworkinglab/onos.git
synced 2025-10-17 10:21:52 +02:00
9 lines
190 B
Python
9 lines
190 B
Python
COMPILE_DEPS = CORE_DEPS + NETTY + JACKSON + [
|
|
"@io_netty_netty_transport//jar",
|
|
"//protocols/ovsdb/rfc:onos-protocols-ovsdb-rfc",
|
|
]
|
|
|
|
osgi_jar_with_tests(
|
|
deps = COMPILE_DEPS,
|
|
)
|