Don't use spring-ws-bom as it manages third-party dependencies

See gh-33139
This commit is contained in:
Andy Wilkinson 2022-11-14 14:58:23 +00:00
parent a18d3e0a3f
commit 4bd2fe151e

View File

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