wu-sheng commented on code in PR #265:
URL: https://github.com/apache/skywalking-java/pull/265#discussion_r909646959
##########
apm-sniffer/apm-sdk-plugin/resteasy-plugin/resteasy-server-4.x-plugin/pom.xml:
##########
@@ -32,15 +32,15 @@
<url>http://maven.apache.org</url>
<properties>
- <resteasy.version>4.7.6.Final</resteasy.version>
+ <test.framework.version>4.7.6.Final</test.framework.version>
<resteasy-jaxrs.version>3.15.3.Final</resteasy-jaxrs.version>
</properties>
<dependencies>
<dependency>
<groupId>org.jboss.resteasy</groupId>
<artifactId>resteasy-core</artifactId>
- <version>${resteasy.version}</version>
+ <version>${test.framework.version}</version>
Review Comment:
I was talking about `test/plugin/scenarios/resteasy-4.x-scenario/pom.xml`,
which is changing the dependency version of your test service.
`apm-sniffer/apm-sdk-plugin/resteasy-plugin/resteasy-server-4.x-plugin/pom.xml`
this file is controlling which version of the lib is used in the compiling
process.
Compiling doesn't matter when a plugin runs.
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]