Skip to content

Commit de58ec5

Browse files
committed
Fix cxf test that started failing after jetty dependency update 12.0 to 12.1
1 parent e50bc40 commit de58ec5

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

dd-java-agent/instrumentation/cxf-2.1/build.gradle

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -80,12 +80,6 @@ dependencies {
8080
latestDepTestImplementation group: 'org.apache.cxf', name:'cxf-rt-transports-http-jetty', version: '+'
8181
}
8282

83-
configurations.named('latestDepTestRuntimeClasspath') {
84-
resolutionStrategy {
85-
force libs.slf4j
86-
}
87-
}
88-
8983
configurations.named('cxf3LatestDepTestRuntimeClasspath') {
9084
resolutionStrategy {
9185
force libs.slf4j

0 commit comments

Comments
 (0)