blob: de94b39b129a9e4adf6d993bc69da96a7f277340 [file] [log] [blame]
Ray Milkey324af932018-06-20 19:50:31 -07001COMPILE_DEPS = CORE_DEPS + NETTY + JACKSON + [
Carmelo Cascone72893b72018-08-09 00:59:06 -07002 "@io_netty_netty//jar",
Ray Milkey324af932018-06-20 19:50:31 -07003 "//protocols/ospf/api:onos-protocols-ospf-api",
4 "//protocols/ospf/protocol:onos-protocols-ospf-protocol",
5]
6
7osgi_jar_with_tests(
8 exclude_tests = ["org.onosproject.ospf.controller.impl.OspfPipelineFactoryTest"],
9 deps = COMPILE_DEPS,
10)