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

STILL NOT WORKING AT RUNTIME

Change-Id: I1f9e60b12a12e09edad2a714ec2921a4f71c6d35
diff --git a/providers/pcep/tunnel/BUCK b/providers/pcep/tunnel/BUCK
index 94bbc5e..97adbd1 100644
--- a/providers/pcep/tunnel/BUCK
+++ b/providers/pcep/tunnel/BUCK
@@ -12,8 +12,8 @@
 
 TEST_DEPS = [
     '//lib:TEST_ADAPTERS',
-    '//lib:netty',
-    '//lib:netty-transport',
+    '//lib:io_netty_netty',
+    '//lib:io_netty_netty_transport',
     '//protocols/pcep/server/api:onos-protocols-pcep-server-api-tests',
     '//apps/pcep-api:onos-apps-pcep-api-tests',
     '//incubator/api:onos-incubator-api-tests',
diff --git a/providers/pcep/tunnel/BUILD b/providers/pcep/tunnel/BUILD
index fb2e414..7123001 100644
--- a/providers/pcep/tunnel/BUILD
+++ b/providers/pcep/tunnel/BUILD
@@ -9,8 +9,8 @@
 ]
 
 TEST_DEPS = TEST_ADAPTERS + [
-    "@netty//jar",
-    "@netty_transport//jar",
+    "@io_netty_netty//jar",
+    "@io_netty_netty_transport//jar",
     "//protocols/pcep/server/api:onos-protocols-pcep-server-api-tests",
     "//apps/pcep-api:onos-apps-pcep-api-tests",
     "//incubator/api:onos-incubator-api-tests",