blob: a4bfe42e37b2e51ae692048fca9e5a8cb5ab7a51 [file] [log] [blame]
Ray Milkey324af932018-06-20 19:50:31 -07001COMPILE_DEPS = CORE_DEPS + NETTY + [
2 "@netty//jar",
3 "//protocols/ospf/api:onos-protocols-ospf-api",
4]
5
6osgi_jar_with_tests(
7 deps = COMPILE_DEPS,
8)