commit | 2a340f7cc69c0eac97941fbb5f9af25b3468b826 | [log] [tgz] |
---|---|---|
author | Yi Tseng <yi@opennetworking.org> | Fri Nov 02 16:52:47 2018 -0700 |
committer | Carmelo Cascone <carmelo@opennetworking.org> | Mon Nov 05 19:05:35 2018 +0000 |
tree | 800e99ce2c7cada0fd619054534e5d69cdf71aec | |
parent | b0299d2d22870d3f0a38c5699cde5643fdcbcf08 [diff] [blame] |
[ONOS-7829] Implement AbstractGrpcClient and AbstractGrpcClientControl Change-Id: I39cba6834e7fe8d1b60b576b9934c0b3cfa7104b
diff --git a/protocols/p4runtime/api/BUCK b/protocols/p4runtime/api/BUCK index fd05763..c775aea 100644 --- a/protocols/p4runtime/api/BUCK +++ b/protocols/p4runtime/api/BUCK
@@ -3,6 +3,7 @@ COMPILE_DEPS = [ '//lib:CORE_DEPS', '//incubator/grpc-dependencies:grpc-core-repkg-' + GRPC_VER, + '//protocols/grpc/api:onos-protocols-grpc-api', ] TEST_DEPS = [