Skip to content

Commit

Permalink
[fix][misc] Adjust jetcd-core-shaded shading configuration to be able…
Browse files Browse the repository at this point in the history
… to execute shade multiple times without clean
  • Loading branch information
Shawyeok committed Nov 26, 2024
1 parent 7909d2d commit 1ae35b5
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 1ae35b5

Please sign in to comment.