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
5
5
6
6
versionUpgradePolicy =any
7
7
8
- compatibilityTestPluginVersion =0.0.3
9
8
springFrameworkVersion =7.0.0-SNAPSHOT
Original file line number Diff line number Diff line change 1
1
plugins {
2
2
id " java-library"
3
3
id " maven-publish"
4
- id " io.spring.compatibility-test" version " ${ compatibilityTestPluginVersion} "
5
4
id " org.springframework.ws.conventions"
6
5
id " org.springframework.ws.optional-dependencies"
7
6
}
@@ -34,11 +33,3 @@ dependencies {
34
33
testImplementation(" org.mockito:mockito-core" )
35
34
testImplementation(" org.springframework:spring-test" )
36
35
}
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