diff --git a/apm-network/pom.xml b/apm-network/pom.xml index 827d302e7..cb1992737 100644 --- a/apm-network/pom.xml +++ b/apm-network/pom.xml @@ -32,6 +32,7 @@ UTF-8 1.8.0 + 4.1.17.Final 1.6 @@ -40,6 +41,20 @@ io.grpc grpc-netty ${grpc.version} + + + io.netty + netty-codec-http2 + + + io.netty + netty-transport-native-epoll + + + io.netty + netty-handler-proxy + + io.grpc @@ -51,6 +66,21 @@ grpc-stub ${grpc.version} + + io.netty + netty-codec-http2 + ${netty.version} + + + io.netty + netty-handler-proxy + ${netty.version} + + + io.netty + netty-transport-native-epoll + ${netty.version} + @@ -58,7 +88,7 @@ kr.motd.maven os-maven-plugin - 1.4.1.Final + 1.5.0.Final