mirror of
https://github.com/opennetworkinglab/onos.git
synced 2025-10-15 01:11:30 +02:00
11 lines
326 B
Python
11 lines
326 B
Python
COMPILE_DEPS = CORE_DEPS + NETTY + JACKSON + [
|
|
"@io_netty_netty//jar",
|
|
"//protocols/ospf/api:onos-protocols-ospf-api",
|
|
"//protocols/ospf/protocol:onos-protocols-ospf-protocol",
|
|
]
|
|
|
|
osgi_jar_with_tests(
|
|
exclude_tests = ["org.onosproject.ospf.controller.impl.OspfPipelineFactoryTest"],
|
|
deps = COMPILE_DEPS,
|
|
)
|