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 <[email protected]>
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",

Reply via email to