[WIP] Attempt at building grpc and p4runtime protocols with Bazel
STILL NOT WORKING AT RUNTIME
Change-Id: I1f9e60b12a12e09edad2a714ec2921a4f71c6d35
diff --git a/core/store/dist/BUILD b/core/store/dist/BUILD
index c48acda..98eefbb 100644
--- a/core/store/dist/BUILD
+++ b/core/store/dist/BUILD
@@ -2,11 +2,12 @@
"//core/common:onos-core-common",
"//utils/rest:onlab-rest",
"//core/store/serializers:onos-core-serializers",
- "@netty_transport//jar",
- "@netty_codec//jar",
- "@netty_handler//jar",
- "@netty_transport_native_epoll//jar",
- "@netty_resolver//jar",
+ "@io_netty_netty_transport//jar",
+ "@io_netty_netty_codec//jar",
+ "@io_netty_netty_handler//jar",
+ "@io_netty_netty_transport_native_epoll//jar",
+ "@io_netty_netty_transport_native_unix_common//jar",
+ "@io_netty_netty_resolver//jar",
"@commons_math3//jar",
"//incubator/api:onos-incubator-api",
]