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