From e62b2d9df48ba3a80c8c9509adb548aeb0696c63 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Mon, 14 Nov 2022 13:13:11 +0100 Subject: [PATCH] Start building against Spring WS 4.0.0 snapshots See gh-33139 --- .../spring-boot-dependencies/build.gradle | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/spring-boot-project/spring-boot-dependencies/build.gradle b/spring-boot-project/spring-boot-dependencies/build.gradle index edf7e8f1c0b..929a2dec8aa 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" ] } }