You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@rocketmq.apache.org by zh...@apache.org on 2022/11/02 09:42:24 UTC

[rocketmq] branch develop updated: Fix Label '@maven//:com_google_guava_guava' is duplicated in the 'deps' attribute of rule 'tests' to pass CI (#5451)

This is an automated email from the ASF dual-hosted git repository.

zhoubo pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/rocketmq.git


The following commit(s) were added to refs/heads/develop by this push:
     new dd95a5b9c Fix Label '@maven//:com_google_guava_guava' is duplicated in the 'deps' attribute of rule 'tests' to pass CI (#5451)
dd95a5b9c is described below

commit dd95a5b9c8941ba41096ee6fc6b8c4330d946dcb
Author: rongtong <ji...@163.com>
AuthorDate: Wed Nov 2 17:42:12 2022 +0800

    Fix Label '@maven//:com_google_guava_guava' is duplicated in the 'deps' attribute of rule 'tests' to pass CI (#5451)
---
 store/BUILD.bazel | 1 -
 1 file changed, 1 deletion(-)

diff --git a/store/BUILD.bazel b/store/BUILD.bazel
index 5a2406a7b..0419984eb 100644
--- a/store/BUILD.bazel
+++ b/store/BUILD.bazel
@@ -46,7 +46,6 @@ java_library(
         "//common",
         "//logging",
         "@maven//:com_conversantmedia_disruptor",
-        "@maven//:com_google_guava_guava",
         "@maven//:io_openmessaging_storage_dledger",
         "@maven//:org_apache_commons_commons_lang3",
         "@maven//:com_google_guava_guava",