Skip to content

Commit

Permalink
JAVA-3114 Include dropwizard metrics into the shaded dependencies lis…
Browse files Browse the repository at this point in the history
…t for 3.x driver (apache#1685)
  • Loading branch information
Mmuzaf authored Aug 24, 2023
1 parent 4a9bad0 commit 0ad3014
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions driver-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -271,6 +271,7 @@
<artifactSet>
<includes>
<include>io.netty:*</include>
<include>io.dropwizard.metrics:metrics-core</include>
</includes>
<excludes>
<exclude>io.netty:netty-transport-native-epoll</exclude>
Expand All @@ -281,6 +282,10 @@
<pattern>io.netty</pattern>
<shadedPattern>com.datastax.shaded.netty</shadedPattern>
</relocation>
<relocation>
<pattern>com.codahale.metrics</pattern>
<shadedPattern>com.datastax.shaded.metrics</shadedPattern>
</relocation>
</relocations>
<transformers>
<transformer implementation="org.apache.maven.plugins.shade.resource.DontIncludeResourceTransformer">
Expand Down

0 comments on commit 0ad3014

Please sign in to comment.