Remove compatibility tests for WSS4J v2 and v3
Closes gh-1598
This commit is contained in:
@@ -5,5 +5,4 @@ org.gradle.parallel=true
|
||||
|
||||
versionUpgradePolicy=any
|
||||
|
||||
compatibilityTestPluginVersion=0.0.3
|
||||
springFrameworkVersion=7.0.0-SNAPSHOT
|
||||
@@ -1,7 +1,6 @@
|
||||
plugins {
|
||||
id "java-library"
|
||||
id "maven-publish"
|
||||
id "io.spring.compatibility-test" version "${compatibilityTestPluginVersion}"
|
||||
id "org.springframework.ws.conventions"
|
||||
id "org.springframework.ws.optional-dependencies"
|
||||
}
|
||||
@@ -34,11 +33,3 @@ dependencies {
|
||||
testImplementation("org.mockito:mockito-core")
|
||||
testImplementation("org.springframework:spring-test")
|
||||
}
|
||||
|
||||
compatibilityTest {
|
||||
dependency("WSS4J") { wss4j ->
|
||||
wss4j.groupId = "org.apache.wss4"
|
||||
wss4j.versions = ["2.0.+", "3.0.+"]
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user