This is an automated email from the ASF dual-hosted git repository.
wusheng pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/skywalking.git
The following commit(s) were added to refs/heads/master by this push:
new a8e6624 Fix apm-toolkit-logging-common dependency (#6229)
a8e6624 is described below
commit a8e66244cd38436edbcce960c21e5af2af9c1c25
Author: elk-g <[email protected]>
AuthorDate: Wed Jan 20 08:32:34 2021 +0800
Fix apm-toolkit-logging-common dependency (#6229)
---
.../apm-toolkit-activation/apm-toolkit-logging-common/pom.xml | 9 +--------
1 file changed, 1 insertion(+), 8 deletions(-)
diff --git
a/apm-sniffer/apm-toolkit-activation/apm-toolkit-logging-common/pom.xml
b/apm-sniffer/apm-toolkit-activation/apm-toolkit-logging-common/pom.xml
index 368245c..db5e0f2 100644
--- a/apm-sniffer/apm-toolkit-activation/apm-toolkit-logging-common/pom.xml
+++ b/apm-sniffer/apm-toolkit-activation/apm-toolkit-logging-common/pom.xml
@@ -42,6 +42,7 @@
<groupId>org.apache.skywalking</groupId>
<artifactId>apm-network</artifactId>
<version>${project.version}</version>
+ <scope>provided</scope>
</dependency>
</dependencies>
@@ -56,14 +57,6 @@
<goal>shade</goal>
</goals>
<configuration>
- <artifactSet>
- <excludes>
-
<exclude>com.google.errorprone:error_prone_annotations:jar:</exclude>
-
<exclude>com.google.code.findbugs:jsr305:jar:</exclude>
-
<exclude>com.google.android:annotations:jar:</exclude>
-
<exclude>com.google.api.grpc:proto-google-common-protos:jar:</exclude>
- </excludes>
- </artifactSet>
<relocations>
<relocation>
<pattern>${shade.com.google.source}</pattern>