Skip to content

Commit

Permalink
Don't use spring-ws-bom as it manages third-party dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
wilkinsona committed Nov 14, 2022
1 parent a18d3e0 commit 4bd2fe1
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions spring-boot-project/spring-boot-dependencies/build.gradle
Expand Up @@ -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"
]
}
}
Expand Down

0 comments on commit 4bd2fe1

Please sign in to comment.