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