From 0ad3014e22d552f219486263c6cc1134b15a65d1 Mon Sep 17 00:00:00 2001 From: Maxim Muzafarov <3415046+Mmuzaf@users.noreply.github.com> Date: Thu, 24 Aug 2023 16:16:03 +0200 Subject: [PATCH] JAVA-3114 Include dropwizard metrics into the shaded dependencies list for 3.x driver (#1685) --- driver-core/pom.xml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/driver-core/pom.xml b/driver-core/pom.xml index 2c8d06c79d7..db51c4d6c0d 100644 --- a/driver-core/pom.xml +++ b/driver-core/pom.xml @@ -271,6 +271,7 @@ io.netty:* + io.dropwizard.metrics:metrics-core io.netty:netty-transport-native-epoll @@ -281,6 +282,10 @@ io.netty com.datastax.shaded.netty + + com.codahale.metrics + com.datastax.shaded.metrics +