Remove redundant 'shade.package' property(#8904) (#160)

Co-authored-by: 杨光永 yangguangyong <riguang2007@gmail.com>
This commit is contained in:
Cool-Coding 2022-04-19 15:11:23 +08:00 committed by GitHub
parent 65032a9b48
commit cc42b50047
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 1 deletions

View File

@ -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

View File

@ -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>