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
  • Loading branch information
Shawyeok authored and hanmz committed Feb 12, 2025
1 parent c015458 commit 0e6392b
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 0e6392b

Please # to comment.