sk163 opened a new pull request #2770: fix apm-agent-core maven pom file shade-plugin define bug (#2769) URL: https://github.com/apache/skywalking/pull/2770 Please answer these questions before submitting pull request - Why submit this pull request? - [ √] Bug fix - [ ] New feature provided - [ ] Improve performance - Related issues ___ ### Bug fix lines 58-60 <shade.org.apache.commons.source>org.apache.commons</shade.org.apache.commons.source> <shade.org.apache.commons.target>${shade.package}.${shade.org.apache.http.source} </shade.org.apache.commons.target> --> <shade.org.apache.commons.source>org.apache.commons</shade.org.apache.commons.source> <shade.org.apache.commons.target>${shade.package}.**${shade.org.apache.commons.source}** </shade.org.apache.commons.target> remove <shade.org.apache.http.source>org.apache.http</shade.org.apache.http.source> <shade.org.apache.http.target>${shade.package}.${shade.org.apache.http.source}</shade.org.apache.http.target> ___ ### New feature or improvement - Describe the details and related test reports.
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
