Don't use spring-ws-bom as it manages third-party dependencies
See gh-33139
This commit is contained in:
parent
a18d3e0a3f
commit
4bd2fe151e
|
@ -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"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue