mirror of
https://github.com/opennetworkinglab/onos.git
synced 2025-11-02 01:01:03 +01:00
10 lines
227 B
Python
10 lines
227 B
Python
COMPILE_DEPS = CORE_DEPS + NETTY + JACKSON + [
|
|
"@netty//jar",
|
|
"//protocols/isis/api:onos-protocols-isis-api",
|
|
"//protocols/isis/isisio:onos-protocols-isis-isisio",
|
|
]
|
|
|
|
osgi_jar_with_tests(
|
|
deps = COMPILE_DEPS,
|
|
)
|