mirror of
https://github.com/apache/rocketmq.git
synced 2026-08-29 04:13:00 +08:00
fix(bazel): exclude rocketmq-remoting from coursier resolution
dledger 0.3.3.4 depends on rocketmq-remoting:5.5.0, which Coursier fetches from Maven Central. That artifact transitively brings grpc-netty-shaded:1.53.0 with a strict [1.53.0] range on grpc-core, conflicting with the WORKSPACE-declared grpc 1.47.0 artifacts. Since rocketmq-remoting is built from source in this repo (//remoting), exclude it from external resolution — matching what PR #10947 already does for the DLedger 0.4.x line.
This commit is contained in:
Reference in New Issue
Block a user