From 405c310907e006011b5ad65da65d058459b86f0b Mon Sep 17 00:00:00 2001 From: hengyunabc Date: Fri, 14 Sep 2018 15:57:13 +0800 Subject: [PATCH] upgrade netty to 4.1.29.Final, support java 10. fix #24 --- pom.xml | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/pom.xml b/pom.xml index ed8f8da50..58176d309 100644 --- a/pom.xml +++ b/pom.xml @@ -144,6 +144,32 @@ 1.7.4 provided + + + io.netty + netty-common + 4.1.29.Final + + + io.netty + netty-buffer + 4.1.29.Final + + + io.netty + netty-handler + 4.1.29.Final + + + io.netty + netty-transport + 4.1.29.Final + + + io.netty + netty-codec-http + 4.1.29.Final +