diff --git a/pom.xml b/pom.xml
index b759fc51d4..4f2450a7a1 100755
--- a/pom.xml
+++ b/pom.xml
@@ -1208,7 +1208,22 @@
io.netty
- netty-handler
+ netty-buffer
+ ${netty.version}
+
+
+ io.netty
+ netty-codec
+ ${netty.version}
+
+
+ io.netty
+ netty-codec-http
+ ${netty.version}
+
+
+ io.netty
+ netty-codec-http2
${netty.version}
@@ -1216,6 +1231,53 @@
netty-codec-mqtt
${netty.version}
+
+ io.netty
+ netty-codec-socks
+ ${netty.version}
+
+
+ io.netty
+ netty-common
+ ${netty.version}
+
+
+ io.netty
+ netty-handler
+ ${netty.version}
+
+
+ io.netty
+ netty-handler-proxy
+ ${netty.version}
+
+
+ io.netty
+ netty-resolver
+ ${netty.version}
+
+
+ io.netty
+ netty-transport
+ ${netty.version}
+
+
+ io.netty
+ netty-transport-native-epoll
+ ${netty.version}
+ linux-x86_64
+
+
+ io.netty
+ netty-transport-native-kqueue
+ ${netty.version}
+ osx-x86_64
+
+
+ io.netty
+ netty-transport-native-unix-common
+ ${netty.version}
+
com.datastax.oss
java-driver-core
@@ -1405,12 +1467,6 @@
io.grpc
grpc-netty
${grpc.version}
-
-
- io.netty
- *
-
-
io.grpc
@@ -1609,12 +1665,6 @@
com.microsoft.azure
azure-servicebus
${azure-servicebus.version}
-
-
- io.netty
- *
-
-
org.passay