wu-sheng commented on code in PR #265:
URL: https://github.com/apache/skywalking-java/pull/265#discussion_r909652743


##########
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:
   For every release version, once it doesn't change the APIs we are using in 
the plugin codes, the plugin doesn't need to adjust.
   You are using skywalking released with compiled plugins, which don't be 
recompiled when you use different resteasy versions, right? So what matters is 
that, which version are you using in your services.



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

Reply via email to