提交 76806a27 编写于 作者: A ascrutae

Fix issue that skywalking-agent.jar include the google class and exclude the...

Fix issue that skywalking-agent.jar include the google class  and exclude the proto files inside protobuf-java
上级 19584b6f
...@@ -140,6 +140,14 @@ ...@@ -140,6 +140,14 @@
<shadedPattern>${shade.io.netty.target}</shadedPattern> <shadedPattern>${shade.io.netty.target}</shadedPattern>
</relocation> </relocation>
</relocations> </relocations>
<filters>
<filter>
<artifact>com.google.protobuf:protobuf-java</artifact>
<excludes>
<exclude>google/</exclude>
</excludes>
</filter>
</filters>
</configuration> </configuration>
</execution> </execution>
</executions> </executions>
......
...@@ -151,7 +151,7 @@ ...@@ -151,7 +151,7 @@
<exclude>*:gson</exclude> <exclude>*:gson</exclude>
<exclude>io.grpc:*</exclude> <exclude>io.grpc:*</exclude>
<exclude>io.netty:*</exclude> <exclude>io.netty:*</exclude>
<exclude>com.google.protobuf:*</exclude> <exclude>com.google.*:*</exclude>
<exclude>com.google.guava:guava</exclude> <exclude>com.google.guava:guava</exclude>
</excludes> </excludes>
</artifactSet> </artifactSet>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册