[WIP] Attempt at building grpc and p4runtime protocols with Bazel
STILL NOT WORKING AT RUNTIME
Change-Id: I1f9e60b12a12e09edad2a714ec2921a4f71c6d35
diff --git a/protocols/openflow/ctl/BUILD b/protocols/openflow/ctl/BUILD
index 3bf8b7f..b469e1c 100644
--- a/protocols/openflow/ctl/BUILD
+++ b/protocols/openflow/ctl/BUILD
@@ -1,9 +1,10 @@
COMPILE_DEPS = CORE_DEPS + NETTY + JACKSON + [
"@openflowj//jar",
- "@netty_codec//jar",
- "@netty_handler//jar",
- "@netty_transport//jar",
- "@netty_transport_native_epoll//jar",
+ "@io_netty_netty_codec//jar",
+ "@io_netty_netty_handler//jar",
+ "@io_netty_netty_transport//jar",
+ "@io_netty_netty_transport_native_epoll//jar",
+ "@io_netty_netty_transport_native_unix_common//jar",
"//protocols/openflow/api:onos-protocols-openflow-api",
]