Skip to content

Commit

Permalink
Optimize dependencies for jaxws-metro testing
Browse files Browse the repository at this point in the history
  • Loading branch information
philsttr committed Oct 23, 2023
1 parent 1d99c27 commit 74344a2
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,6 @@ dependencies {
api("javax.xml.ws:jaxws-api:2.0")
api("javax.jws:javax.jws-api:1.1")

api("ch.qos.logback:logback-classic")
api("org.slf4j:log4j-over-slf4j")
api("org.slf4j:jcl-over-slf4j")
api("org.slf4j:jul-to-slf4j")
api("org.eclipse.jetty:jetty-webapp:9.4.35.v20201120")
api("org.springframework.ws:spring-ws-core:3.0.0.RELEASE")

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ plugins {
}

dependencies {
testImplementation("javax.servlet:javax.servlet-api:3.0.1")
testImplementation("com.sun.xml.ws:jaxws-rt:2.3.6")
testLibrary("com.sun.xml.ws:jaxws-rt:2.2.0.1")

testImplementation("javax.servlet:javax.servlet-api:3.0.1")
testImplementation(project(":instrumentation:jaxws:jaxws-2.0-common-testing"))

testInstrumentation(project(":instrumentation:jaxws:jaxws-metro-2.2:javaagent"))
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,6 @@ dependencies {
api("jakarta.xml.ws:jakarta.xml.ws-api:3.0.0")
api("jakarta.jws:jakarta.jws-api:3.0.0")

api("ch.qos.logback:logback-classic")
api("org.slf4j:log4j-over-slf4j")
api("org.slf4j:jcl-over-slf4j")
api("org.slf4j:jul-to-slf4j")
api("org.eclipse.jetty:jetty-webapp:11.0.17")
api("org.springframework.ws:spring-ws-core:4.0.0")

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ plugins {
}

dependencies {
testImplementation("jakarta.servlet:jakarta.servlet-api:5.0.0")
testImplementation("com.sun.xml.ws:jaxws-rt:3.0.0")
testLibrary("com.sun.xml.ws:jaxws-rt:3.0.0")

testImplementation("jakarta.servlet:jakarta.servlet-api:5.0.0")
testImplementation(project(":instrumentation:jaxws:jaxws-3.0-common-testing"))

testInstrumentation(project(":instrumentation:jaxws:jaxws-metro-2.2:javaagent"))
Expand Down

0 comments on commit 74344a2

Please sign in to comment.