File tree Expand file tree Collapse file tree 2 files changed +10
-0
lines changed Expand file tree Collapse file tree 2 files changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -3,4 +3,5 @@ version=4.1.0-SNAPSHOT
33org.gradle.caching =true
44org.gradle.parallel =true
55
6+ compatibilityTestPluginVersion =0.0.3
67springFrameworkVersion =6.2.4
Original file line number Diff line number Diff line change 11plugins {
22 id " java-library"
33 id " maven-publish"
4+ id " io.spring.compatibility-test" version " ${ compatibilityTestPluginVersion} "
45 id " org.springframework.ws.conventions"
56 id " org.springframework.ws.optional-dependencies"
67}
@@ -36,3 +37,11 @@ dependencies {
3637 testImplementation(" org.junit.jupiter:junit-jupiter" )
3738 testImplementation(" org.springframework:spring-test" )
3839}
40+
41+ compatibilityTest {
42+ dependency(" WSS4J" ) { wss4j ->
43+ wss4j. groupId = " org.apache.wss4"
44+ wss4j. versions = [" 2.0.+" , " 3.0.+" ]
45+ }
46+ }
47+
You can’t perform that action at this time.
0 commit comments