From 297ea6196dabc52b413e1b194d23a67b549d5a16 Mon Sep 17 00:00:00 2001 From: Hakky54 Date: Tue, 16 Jul 2024 15:25:01 +0200 Subject: [PATCH] Removed netty dependencies --- pom.xml | 40 ---------------------------------------- 1 file changed, 40 deletions(-) diff --git a/pom.xml b/pom.xml index f5bc9e8..63f1bee 100644 --- a/pom.xml +++ b/pom.xml @@ -364,41 +364,6 @@ netty-handler ${version.netty-handler} - - io.netty - netty-resolver-dns - ${version.netty-handler} - - - io.netty - netty-codec-http2 - ${version.netty-handler} - - - io.netty - netty-codec-http - ${version.netty-handler} - - - io.netty - netty-codec-socks - ${version.netty-handler} - - - io.netty - netty-handler-proxy - ${version.netty-handler} - - - io.netty - netty-transport-native-epoll - ${version.netty-handler} - - - io.netty - netty-transport-native-kqueue - ${version.netty-handler} - io.netty netty-tcnative @@ -409,11 +374,6 @@ netty-tcnative-boringssl-static ${version.netty-tcnative} - - io.netty - netty-tcnative-boringssl-static - ${version.netty-tcnative} -