From 72b9ee22b86bb3ea3e78199e183c744567e7761e Mon Sep 17 00:00:00 2001 From: Paul Gross Date: Fri, 11 Aug 2017 16:43:08 +0000 Subject: 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 --- protobuf/BUILD.bazel | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'protobuf/BUILD.bazel') 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", ], -- cgit v1.2.3