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 Nov 26, 2024
1 parent 81dfb43 commit 3e108da
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 3e108da

Please sign in to comment.