File tree Expand file tree Collapse file tree 1 file changed +0
-6
lines changed
instrumentation/jaxws/jaxws-metro-2.2/javaagent Expand file tree Collapse file tree 1 file changed +0
-6
lines changed Original file line number Diff line number Diff line change @@ -24,15 +24,9 @@ dependencies {
2424 compileOnly(" javax.xml.ws:jaxws-api:2.0" )
2525 compileOnly(" jakarta.xml.ws:jakarta.xml.ws-api:3.0.0" )
2626
27- testLibrary(" com.sun.xml.ws:jaxws-rt:2.2.0.1" )
28- // early versions of streambuffer depend on latest release of org.jvnet.staxex:stax-ex
29- // which doesn't work with java 8
30- testLibrary(" com.sun.xml.stream.buffer:streambuffer:1.4" )
31-
3227 testImplementation(" javax.servlet:javax.servlet-api:3.0.1" )
3328 testImplementation(project(" :instrumentation:jaxws:jaxws-2.0-common-testing" ))
3429
35- testInstrumentation(project(" :instrumentation:jaxws:jaxws-metro-2.2:javaagent" ))
3630 testInstrumentation(project(" :instrumentation:jaxws:jaxws-2.0:javaagent" ))
3731 testInstrumentation(project(" :instrumentation:jaxws:jaxws-jws-api-1.1:javaagent" ))
3832
You can’t perform that action at this time.
0 commit comments