This is an automated email from the ASF dual-hosted git repository.
lizhimin 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 40622ce1dd [ISSUE #9764] Fix bazel-compile (ubuntu-latest) error
(#9675)
40622ce1dd is described below
commit 40622ce1dde068110fcf9187b7462ef7b51d57d0
Author: yx9o <[email protected]>
AuthorDate: Tue Sep 9 10:09:03 2025 +0800
[ISSUE #9764] Fix bazel-compile (ubuntu-latest) error (#9675)
---
broker/BUILD.bazel | 2 ++
1 file changed, 2 insertions(+)
diff --git a/broker/BUILD.bazel b/broker/BUILD.bazel
index 9d61c0a1ff..fdf549d3e5 100644
--- a/broker/BUILD.bazel
+++ b/broker/BUILD.bazel
@@ -60,6 +60,7 @@ java_library(
"@maven//:io_github_aliyunmq_rocketmq_shaded_slf4j_api_bridge",
"@maven//:org_apache_rocketmq_rocketmq_rocksdb",
"@maven//:net_java_dev_jna_jna",
+ "@maven//:com_github_ben_manes_caffeine_caffeine",
],
)
@@ -97,6 +98,7 @@ java_library(
"@maven//:org_apache_rocketmq_rocketmq_rocksdb",
"@maven//:commons_collections_commons_collections",
"@maven//:org_junit_jupiter_junit_jupiter_api",
+ "@maven//:com_github_ben_manes_caffeine_caffeine",
],
)