Fixed P4RuntimeClient not parsing detailed write errors
Before the only error shown was UNKNOWN, now we can report errors
specif to each write request.
Change-Id: I5eeed890597b7273720414498b3abce8e9d62fa8
diff --git a/protocols/p4runtime/ctl/BUILD b/protocols/p4runtime/ctl/BUILD
index 9418b80..d6c0c7a 100644
--- a/protocols/p4runtime/ctl/BUILD
+++ b/protocols/p4runtime/ctl/BUILD
@@ -6,6 +6,7 @@
"@com_google_protobuf//:protobuf_java",
"//protocols/grpc:grpc-core-repkg",
"@io_grpc_grpc_java//netty",
+ "@io_grpc_grpc_java//protobuf-lite",
"@io_grpc_grpc_java//stub",
"@com_google_api_grpc_proto_google_common_protos//jar",
]