diff --git a/skywalking-network/pom.xml b/skywalking-network/pom.xml
index 566f29bf2..6e4d2a0b6 100644
--- a/skywalking-network/pom.xml
+++ b/skywalking-network/pom.xml
@@ -10,15 +10,16 @@
UTF-8
+ com.a.eye.skywalking.network.dependencies
com.google
- com.a.eye.skywalking.network.dependencies.com.google
+ ${shade.package}.com.google
io.grpc
- com.a.eye.skywalking.network.dependencies.io.grpc
+ ${shade.package}.io.grpc
io.netty
- com.a.eye.skywalking.network.dependencies.io.netty
+ ${shade.package}.io.netty
@@ -69,8 +70,8 @@
maven-compiler-plugin
- 1.7
- 1.7
+ 1.6
+ 1.6
UTF-8
@@ -119,6 +120,34 @@
+
+
+ org.apache.maven.plugins
+ maven-antrun-plugin
+ 1.8
+
+
+ unpack
+ package
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ run
+
+
+
+
org.codehaus.mojo
build-helper-maven-plugin