blob: 40ce45b6e13aa4bf8b33a571a02249233e83dbed [file] [log] [blame]
Ray Milkey324af932018-06-20 19:50:31 -07001COMPILE_DEPS = CORE_DEPS + NETTY + JACKSON + [
2 "@netty//jar",
3 "//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)