[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/BUCK b/protocols/xmpp/core/ctl/BUCK
index a055257..4ce3ed1 100644
--- a/protocols/xmpp/core/ctl/BUCK
+++ b/protocols/xmpp/core/ctl/BUCK
@@ -1,11 +1,11 @@
COMPILE_DEPS = [
'//lib:CORE_DEPS',
'//protocols/xmpp/core/api:onos-protocols-xmpp-core-api',
- '//lib:netty-common',
- '//lib:netty-transport',
- '//lib:netty-transport-native-epoll',
- '//lib:netty-buffer',
- '//lib:netty-codec',
+ '//lib:io_netty_netty_common',
+ '//lib:io_netty_netty_transport',
+ '//lib:io_netty_netty_transport-native-epoll',
+ '//lib:io_netty_netty_buffer',
+ '//lib:io_netty_netty_codec',
'//lib:org.apache.servicemix.bundles.dom4j',
'//lib:tinder-xmpp',
'//lib:stax2-api',
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",