Browse Source

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

See gh-33139
pull/33209/head
Andy Wilkinson 3 years ago
parent
commit
4bd2fe151e
  1. 8
      spring-boot-project/spring-boot-dependencies/build.gradle

8
spring-boot-project/spring-boot-dependencies/build.gradle

@ -1435,8 +1435,12 @@ bom { @@ -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…
Cancel
Save