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-lite/BUILD.bazel | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'protobuf-lite') diff --git a/protobuf-lite/BUILD.bazel b/protobuf-lite/BUILD.bazel index 74939c2fe..f14d44859 100644 --- a/protobuf-lite/BUILD.bazel +++ b/protobuf-lite/BUILD.bazel @@ -9,7 +9,7 @@ java_library( "//core", "//core:internal", "@com_google_code_findbugs_jsr305//jar", - "@com_google_guava//jar", + "@com_google_guava_guava//jar", "@com_google_protobuf_java//:protobuf_java", ], ) -- cgit v1.2.3