[WIP] Attempt at building grpc and p4runtime protocols with Bazel
STILL NOT WORKING AT RUNTIME
Change-Id: I1f9e60b12a12e09edad2a714ec2921a4f71c6d35
diff --git a/protocols/xmpp/core/ctl/BUILD b/protocols/xmpp/core/ctl/BUILD
index 8c521a1..fda6c08 100644
--- a/protocols/xmpp/core/ctl/BUILD
+++ b/protocols/xmpp/core/ctl/BUILD
@@ -1,9 +1,9 @@
COMPILE_DEPS = CORE_DEPS + [
- "@netty_common//jar",
- "@netty_transport//jar",
- "@netty_transport_native_epoll//jar",
- "@netty_buffer//jar",
- "@netty_codec//jar",
+ "@io_netty_netty_common//jar",
+ "@io_netty_netty_transport//jar",
+ "@io_netty_netty_transport_native_epoll//jar",
+ "@io_netty_netty_buffer//jar",
+ "@io_netty_netty_codec//jar",
"@tinder_xmpp//jar",
"@stax2_api//jar",
"@aalto_xml//jar",