aboutsummaryrefslogtreecommitdiff
path: root/protobuf/BUILD.bazel
diff options
context:
space:
mode:
authorPaul Gross <pgross@gmail.com>2017-08-11 16:43:08 +0000
committerEric Anderson <ejona@google.com>2017-08-11 16:39:43 -0700
commit72b9ee22b86bb3ea3e78199e183c744567e7761e (patch)
tree1374d838d8c7ec7b5cc834460bc823962b0cdb1a /protobuf/BUILD.bazel
parent13ef2261d669795205588e292c547dc8ed9c31f7 (diff)
downloadgrpc-grpc-java-72b9ee22b86bb3ea3e78199e183c744567e7761e.tar.gz
all: Fix mismatch in naming Bazel Maven jars
This commit aligns the naming of the Bazel Maven jars with the names used by Bazel's migration-tooling project: https://github.com/bazelbuild/migration-tooling Unfortunately, we can't fix @com_google_protobuf_java because it's required by Bazel itself. Fixes #3328
Diffstat (limited to 'protobuf/BUILD.bazel')
-rw-r--r--protobuf/BUILD.bazel4
1 files changed, 2 insertions, 2 deletions
diff --git a/protobuf/BUILD.bazel b/protobuf/BUILD.bazel
index 29fc11c6e..69949ea44 100644
--- a/protobuf/BUILD.bazel
+++ b/protobuf/BUILD.bazel
@@ -7,9 +7,9 @@ java_library(
deps = [
"//core",
"//protobuf-lite:protobuf_lite",
- "@com_google_api_grpc_google_common_protos//jar",
+ "@com_google_api_grpc_proto_google_common_protos//jar",
"@com_google_code_findbugs_jsr305//jar",
- "@com_google_guava//jar",
+ "@com_google_guava_guava//jar",
"@com_google_protobuf_java//:protobuf_java",
"@com_google_protobuf_java//:protobuf_java_util",
],