Skip to content

Commit

Permalink
[fix][misc] Class conflict during jetcd-core-shaded shading process (a…
Browse files Browse the repository at this point in the history
…pache#23641)

(cherry picked from commit 3e108da)
(cherry picked from commit 6c33bf1)
  • Loading branch information
Shawyeok authored and nikhil-ctds committed Nov 28, 2024
1 parent b084901 commit d102c4b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions jetcd-core-shaded/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,10 @@
<include>io.etcd:*</include>
<include>io.vertx:*</include>
</includes>
<excludes>
<!-- This is required for execute shade multiple times without clean -->
<exclude>org.apache.pulsar:jetcd-core-shaded</exclude>
</excludes>
</artifactSet>
<relocations>
<!-- relocate vertx packages since they will be transformed to use grpc-netty-shaded packages -->
Expand Down

0 comments on commit d102c4b

Please sign in to comment.