From f8f92494e8357bf578fe02512265659e9321e054 Mon Sep 17 00:00:00 2001 From: Sergey Matvienko Date: Mon, 23 Aug 2021 12:17:02 +0300 Subject: [PATCH] dependency management: io.netty (version unified with general netty.version (no change), exclusions replaced with transitive dependency management) --- pom.xml | 76 +++++++++++++++++++++++++++++++++++++++++++++++---------- 1 file changed, 63 insertions(+), 13 deletions(-) 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