diff --git a/spring-boot-project/spring-boot-dependencies/build.gradle b/spring-boot-project/spring-boot-dependencies/build.gradle index edf7e8f1c0b6..929a2dec8aa9 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1433,14 +1433,10 @@ bom { ] } } - library("Spring WS", "4.0.0-RC1") { + library("Spring WS", "4.0.0-SNAPSHOT") { group("org.springframework.ws") { - modules = [ - "spring-ws-core", - "spring-ws-security", - "spring-ws-support", - "spring-ws-test", - "spring-xml" + imports = [ + "spring-ws-bom" ] } }