File tree Expand file tree Collapse file tree 2 files changed +0
-10
lines changed Expand file tree Collapse file tree 2 files changed +0
-10
lines changed Original file line number Diff line number Diff line change @@ -5,5 +5,4 @@ org.gradle.parallel=true
55
66versionUpgradePolicy =any
77
8- compatibilityTestPluginVersion =0.0.3
98springFrameworkVersion =7.0.0-SNAPSHOT
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} "
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-
You can’t perform that action at this time.
0 commit comments