You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by wu...@apache.org on 2022/04/19 07:11:28 UTC

[skywalking-java] branch main updated: Remove redundant 'shade.package' property(#8904) (#160)

This is an automated email from the ASF dual-hosted git repository.

wusheng pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/skywalking-java.git


The following commit(s) were added to refs/heads/main by this push:
     new cc42b5004 Remove redundant 'shade.package' property(#8904) (#160)
cc42b5004 is described below

commit cc42b500475080e85878677bc7ff22a515fa7607
Author: Cool-Coding <ri...@163.com>
AuthorDate: Tue Apr 19 15:11:23 2022 +0800

    Remove redundant 'shade.package' property(#8904) (#160)
    
    Co-authored-by: 杨光永 yangguangyong <ri...@gmail.com>
---
 CHANGES.md                         | 1 +
 apm-sniffer/apm-agent-core/pom.xml | 1 -
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/CHANGES.md b/CHANGES.md
index db5ca8732..b0117af43 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -7,6 +7,7 @@ Release Notes.
 
 * Fix `cluster` and `namespace` value duplicated(`namespace` value) in properties report.
 * Add layer field to event when reporting.
+* Remove redundant `shade.package` property.
 
 #### Documentation
 
diff --git a/apm-sniffer/apm-agent-core/pom.xml b/apm-sniffer/apm-agent-core/pom.xml
index 00cdcc412..ec4246823 100644
--- a/apm-sniffer/apm-agent-core/pom.xml
+++ b/apm-sniffer/apm-agent-core/pom.xml
@@ -37,7 +37,6 @@
         <wiremock.version>2.6.0</wiremock.version>
         <netty-tcnative-boringssl-static.version>2.0.7.Final</netty-tcnative-boringssl-static.version>
         <os-maven-plugin.version>1.4.1.Final</os-maven-plugin.version>
-        <shade.package>org.apache.skywalking.apm.dependencies</shade.package>
         <shade.com.google.source>com.google</shade.com.google.source>
         <shade.com.google.target>${shade.package}.${shade.com.google.source}</shade.com.google.target>
         <shade.io.grpc.source>io.grpc</shade.io.grpc.source>