Update pom.xml

Fix an out-of-date package name.
This commit is contained in:
吴晟 Wu Sheng 2017-07-18 11:53:53 +08:00 committed by GitHub
parent 9bb632a165
commit 9080b28d9e
1 changed files with 1 additions and 1 deletions

View File

@ -172,7 +172,7 @@
</formats>
<instrumentation>
<excludes>
<exclude>org/skywalking/apm/network/trace/proto/*.class</exclude>
<exclude>org/skywalking/apm/network/**/*.class</exclude>
<exclude>org/skywalking/apm/collector/remote/grpc/**/*.class</exclude>
</excludes>
</instrumentation>