Skip to content

Commit 592b4b0

Browse files
Shawyeoksrinath-ctds
authored andcommitted
[fix][misc] Class conflict during jetcd-core-shaded shading process (apache#23641)
(cherry picked from commit 3e108da) (cherry picked from commit 6c33bf1)
1 parent b19f676 commit 592b4b0

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

jetcd-core-shaded/pom.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,10 @@
9494
<include>io.etcd:*</include>
9595
<include>io.vertx:*</include>
9696
</includes>
97+
<excludes>
98+
<!-- This is required for execute shade multiple times without clean -->
99+
<exclude>org.apache.pulsar:jetcd-core-shaded</exclude>
100+
</excludes>
97101
</artifactSet>
98102
<relocations>
99103
<!-- relocate vertx packages since they will be transformed to use grpc-netty-shaded packages -->

0 commit comments

Comments
 (0)