From 5b6e48ee71fa35b0e13dc7a38adfad0b1e26e0e2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=A1clav=20Muzik=C3=A1=C5=99?= Date: Mon, 22 Apr 2024 19:32:40 +0200 Subject: [PATCH] Remove netty overrides MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Václav Muzikář --- pom.xml | 181 -------------------------------------------------------- 1 file changed, 181 deletions(-) diff --git a/pom.xml b/pom.xml index 57512d6aceb8..f8df103aac60 100644 --- a/pom.xml +++ b/pom.xml @@ -312,187 +312,6 @@ pom import - - - io.netty - netty-all - 4.1.100.Final - - - io.netty - netty-buffer - 4.1.100.Final - - - io.netty - netty-codec-dns - 4.1.100.Final - - - io.netty - netty-codec-haproxy - 4.1.100.Final - - - io.netty - netty-codec-http2 - 4.1.100.Final - - - io.netty - netty-codec-http - 4.1.100.Final - - - io.netty - netty-codec-memcache - 4.1.100.Final - - - io.netty - netty-codec-mqtt - 4.1.100.Final - - - io.netty - netty-codec-redis - 4.1.100.Final - - - io.netty - netty-codec-smtp - 4.1.100.Final - - - io.netty - netty-codec-socks - 4.1.100.Final - - - io.netty - netty-codec-stomp - 4.1.100.Final - - - io.netty - netty-codec-xml - 4.1.100.Final - - - io.netty - netty-codec - 4.1.100.Final - - - io.netty - netty-common - 4.1.100.Final - - - io.netty - netty-dev-tools - 4.1.100.Final - - - io.netty - netty-example - 4.1.100.Final - - - io.netty - netty-handler-proxy - 4.1.100.Final - - - io.netty - netty-handler-ssl-ocsp - 4.1.100.Final - - - io.netty - netty-handler - 4.1.100.Final - - - io.netty - netty-resolver-dns - 4.1.100.Final - - - io.netty - netty-resolver - 4.1.100.Final - - - io.netty - netty-transport-classes-epoll - 4.1.100.Final - - - io.netty - netty-transport-classes-kqueue - 4.1.100.Final - - - io.netty - netty-transport-native-epoll - 4.1.100.Final - - - io.netty - netty-transport-native-epoll - 4.1.100.Final - linux-aarch_64 - - - io.netty - netty-transport-native-epoll - 4.1.100.Final - linux-x86_64 - - - io.netty - netty-transport-native-kqueue - 4.1.100.Final - - - io.netty - netty-transport-native-unix-common - 4.1.100.Final - - - io.netty - netty-transport-native-unix-common - 4.1.100.Final - linux-aarch_64 - - - io.netty - netty-transport-native-unix-common - 4.1.100.Final - linux-x86_64 - - - io.netty - netty-transport-rxtx - 4.1.100.Final - - - io.netty - netty-transport-sctp - 4.1.100.Final - - - io.netty - netty-transport-udt - 4.1.100.Final - - - io.netty - netty-transport - 4.1.100.Final - - com.thoughtworks.xstream xstream