blob: 65431461022c04b4c45a798a0889778c48eedd30 [file] [log] [blame]
Ray Milkey324af932018-06-20 19:50:31 -07001COMPILE_DEPS = CORE_DEPS + NETTY + [
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]
5
6osgi_jar_with_tests(
7 deps = COMPILE_DEPS,
8)