Skip to content

Commit 7d7211e

Browse files
committed
Remove compatibility tests for WSS4J v2 and v3
Closes gh-1598
1 parent 7e58003 commit 7d7211e

File tree

2 files changed

+0
-10
lines changed

2 files changed

+0
-10
lines changed

gradle.properties

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,4 @@ org.gradle.parallel=true
55

66
versionUpgradePolicy=any
77

8-
compatibilityTestPluginVersion=0.0.3
98
springFrameworkVersion=7.0.0-SNAPSHOT

spring-ws-security/build.gradle

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
plugins {
22
id "java-library"
33
id "maven-publish"
4-
id "io.spring.compatibility-test" version "${compatibilityTestPluginVersion}"
54
id "org.springframework.ws.conventions"
65
id "org.springframework.ws.optional-dependencies"
76
}
@@ -34,11 +33,3 @@ dependencies {
3433
testImplementation("org.mockito:mockito-core")
3534
testImplementation("org.springframework:spring-test")
3635
}
37-
38-
compatibilityTest {
39-
dependency("WSS4J") { wss4j ->
40-
wss4j.groupId = "org.apache.wss4"
41-
wss4j.versions = ["2.0.+", "3.0.+"]
42-
}
43-
}
44-

0 commit comments

Comments
 (0)