[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',