[WIP] Attempt at building grpc and p4runtime protocols with Bazel
STILL NOT WORKING AT RUNTIME
Change-Id: I1f9e60b12a12e09edad2a714ec2921a4f71c6d35
diff --git a/core/store/primitives/BUCK b/core/store/primitives/BUCK
index 5de553d..ffe4fae 100644
--- a/core/store/primitives/BUCK
+++ b/core/store/primitives/BUCK
@@ -12,10 +12,10 @@
TEST_DEPS = [
'//lib:TEST',
'//core/api:onos-api-tests',
- '//lib:netty-handler',
- '//lib:netty-buffer',
- '//lib:netty-codec',
- '//lib:netty-resolver',
+ '//lib:io_netty_netty_handler',
+ '//lib:io_netty_netty_buffer',
+ '//lib:io_netty_netty_codec',
+ '//lib:io_netty_netty_resolver',
'//lib:commons-math3',
]