blob: de94b39b129a9e4adf6d993bc69da96a7f277340 [file] [log] [blame]
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,
)