blob: a521bbbf8bfadd025b2d14e5e1e2f190d1394ef6 [file] [log] [blame]
Carmelo Cascone6043fc42020-06-12 12:26:32 -07001COMPILE_DEPS = CORE_DEPS + [
2 "//protocols/p4runtime/proto:onos-protocols-p4runtime-proto",
3 "//deps:com_google_protobuf_protobuf_java",
4]
5
6osgi_jar_with_tests(
7 deps = COMPILE_DEPS,
8)