From 5b9174c49409ae5d20a745f20685e68ba0be438a Mon Sep 17 00:00:00 2001 From: godotg Date: Thu, 20 Oct 2022 22:01:23 +0800 Subject: [PATCH] =?UTF-8?q?perf[netty]:=20=E7=BC=A9=E5=B0=8Fnetty=E7=9A=84?= =?UTF-8?q?=E4=BE=9D=E8=B5=96=E8=8C=83=E5=9B=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- net/pom.xml | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/net/pom.xml b/net/pom.xml index 5ae4560d..725321d2 100644 --- a/net/pom.xml +++ b/net/pom.xml @@ -100,9 +100,24 @@ + + + + + io.netty - netty-all + netty-handler + ${netty.version} + + + io.netty + netty-transport-native-epoll + ${netty.version} + + + io.netty + netty-codec-http2 ${netty.version}