Skip to content

Commit 9565066

Browse files
committed
Rename testing module
1 parent 353ec10 commit 9565066

File tree

8 files changed

+4
-4
lines changed

8 files changed

+4
-4
lines changed

instrumentation/jaxws/jaxws-2.0-axis2-1.6-testing/build.gradle.kts

+3-3
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@ dependencies {
2424
testImplementation("com.sun.xml.ws:jaxws-rt:2.2.8")
2525
testImplementation("com.sun.xml.ws:jaxws-tools:2.2.8")
2626

27-
latestDepTestLibrary("org.apache.axis2:axis2-jaxws:1.+") // see jaxws-3.0-axis2-1.6-testing module
28-
latestDepTestLibrary("org.apache.axis2:axis2-transport-http:1.+") // see jaxws-3.0-axis2-1.6-testing module
29-
latestDepTestLibrary("org.apache.axis2:axis2-transport-local:1.+") // see jaxws-3.0-axis2-1.6-testing module
27+
latestDepTestLibrary("org.apache.axis2:axis2-jaxws:1.+") // see jaxws-3.0-axis2-2.0-testing module
28+
latestDepTestLibrary("org.apache.axis2:axis2-transport-http:1.+") // see jaxws-3.0-axis2-2.0-testing module
29+
latestDepTestLibrary("org.apache.axis2:axis2-transport-local:1.+") // see jaxws-3.0-axis2-2.0-testing module
3030
}
3131

3232
configurations.configureEach {

settings.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -304,7 +304,7 @@ include(":instrumentation:jaxws:jaxws-2.0-common-testing")
304304
include(":instrumentation:jaxws:jaxws-2.0-metro-2.2-testing")
305305
include(":instrumentation:jaxws:jaxws-2.0-tomee-testing")
306306
include(":instrumentation:jaxws:jaxws-2.0-wildfly-testing")
307-
include(":instrumentation:jaxws:jaxws-3.0-axis2-1.6-testing")
307+
include(":instrumentation:jaxws:jaxws-3.0-axis2-2.0-testing")
308308
include(":instrumentation:jaxws:jaxws-3.0-common-testing")
309309
include(":instrumentation:jaxws:jaxws-3.0-cxf-4.0-testing")
310310
include(":instrumentation:jaxws:jaxws-3.0-metro-2.2-testing")

0 commit comments

Comments
 (0)