We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a9bad0 commit 0ad3014Copy full SHA for 0ad3014
driver-core/pom.xml
@@ -271,6 +271,7 @@
271
<artifactSet>
272
<includes>
273
<include>io.netty:*</include>
274
+ <include>io.dropwizard.metrics:metrics-core</include>
275
</includes>
276
<excludes>
277
<exclude>io.netty:netty-transport-native-epoll</exclude>
@@ -281,6 +282,10 @@
281
282
<pattern>io.netty</pattern>
283
<shadedPattern>com.datastax.shaded.netty</shadedPattern>
284
</relocation>
285
+ <relocation>
286
+ <pattern>com.codahale.metrics</pattern>
287
+ <shadedPattern>com.datastax.shaded.metrics</shadedPattern>
288
+ </relocation>
289
</relocations>
290
<transformers>
291
<transformer implementation="org.apache.maven.plugins.shade.resource.DontIncludeResourceTransformer">
0 commit comments