Start building against Spring WS 4.0.0 snapshots

See gh-33139
This commit is contained in:
Stephane Nicoll 2022-11-14 13:13:11 +01:00
parent 2d630f667c
commit e62b2d9df4
1 changed files with 3 additions and 7 deletions

View File

@ -1433,14 +1433,10 @@ bom {
] ]
} }
} }
library("Spring WS", "4.0.0-RC1") { library("Spring WS", "4.0.0-SNAPSHOT") {
group("org.springframework.ws") { group("org.springframework.ws") {
modules = [ imports = [
"spring-ws-core", "spring-ws-bom"
"spring-ws-security",
"spring-ws-support",
"spring-ws-test",
"spring-xml"
] ]
} }
} }