This is an automated email from the ASF dual-hosted git repository.
ayegorov pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/bookkeeper.git
The following commit(s) were added to refs/heads/master by this push:
new 7855518e32 Class conflict during jetcd-core-shaded shading process
(#4532)
7855518e32 is described below
commit 7855518e3245cac71ba71441859baeaa0b331a2c
Author: Yike Xiao <[email protected]>
AuthorDate: Sat Feb 15 01:31:38 2025 +0800
Class conflict during jetcd-core-shaded shading process (#4532)
---
metadata-drivers/jetcd-core-shaded/pom.xml | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/metadata-drivers/jetcd-core-shaded/pom.xml
b/metadata-drivers/jetcd-core-shaded/pom.xml
index cd995f66cf..0fbbbcabd7 100644
--- a/metadata-drivers/jetcd-core-shaded/pom.xml
+++ b/metadata-drivers/jetcd-core-shaded/pom.xml
@@ -95,6 +95,10 @@
<include>io.etcd:*</include>
<include>io.vertx:*</include>
</includes>
+ <excludes>
+ <!-- This is required for execute shade multiple times
without clean -->
+
<exclude>org.apache.bookkeeper.metadata.drivers:jetcd-core-shaded</exclude>
+ </excludes>
</artifactSet>
<relocations>
<!-- relocate vertx packages since they will be transformed to
use grpc-netty-shaded packages -->