diff --git a/apm-network/pom.xml b/apm-network/pom.xml
index c4a2b581a..be4db2912 100644
--- a/apm-network/pom.xml
+++ b/apm-network/pom.xml
@@ -14,7 +14,7 @@
UTF-8
1.4.0
-
+ 4.1.12.Final
1.6
@@ -23,6 +23,16 @@
io.grpc
grpc-netty
${grpc.version}
+
+
+ io.netty
+ netty-codec-http2
+
+
+ io.netty
+ netty-handler-proxy
+
+
io.grpc
@@ -34,6 +44,16 @@
grpc-stub
${grpc.version}
+
+ io.netty
+ netty-codec-http2
+ ${netty.version}
+
+
+ io.netty
+ netty-handler-proxy
+ ${netty.version}
+
diff --git a/apm-sniffer/apm-agent-core/pom.xml b/apm-sniffer/apm-agent-core/pom.xml
index 3c3c4938e..f94d04f96 100644
--- a/apm-sniffer/apm-agent-core/pom.xml
+++ b/apm-sniffer/apm-agent-core/pom.xml
@@ -111,7 +111,6 @@
net.bytebuddy:byte-buddy:jar:
com.google.errorprone:error_prone_annotations:jar:
com.google.code.findbugs:jsr305:jar:
- com.google.instrumentation:instrumentation-api:jar: