[WIP] Attempt at building grpc and p4runtime protocols with Bazel

STILL NOT WORKING AT RUNTIME

Change-Id: I1f9e60b12a12e09edad2a714ec2921a4f71c6d35
diff --git a/protocols/xmpp/core/BUILD b/protocols/xmpp/core/BUILD
index c3834c8..bfabb8c 100644
--- a/protocols/xmpp/core/BUILD
+++ b/protocols/xmpp/core/BUILD
@@ -1,10 +1,10 @@
 BUNDLES = [
     "@tinder_xmpp//jar",
     "@org_apache_servicemix_bundles_dom4j//jar",
-    "@netty_common//jar",
-    "@netty_transport//jar",
-    "@netty_buffer//jar",
-    "@netty_codec//jar",
+    "@io_netty_netty_common//jar",
+    "@io_netty_netty_transport//jar",
+    "@io_netty_netty_buffer//jar",
+    "@io_netty_netty_codec//jar",
     "@stax2_api//jar",
     "@aalto_xml//jar",
     "@concurrent_hashmap//jar",