From 987a9afddf749bbcf6e382bcacca0ae783d8df70 Mon Sep 17 00:00:00 2001 From: Marten Deinum Date: Thu, 20 Oct 2022 10:58:22 +0200 Subject: [PATCH] Introduce a Spring WS BOM. Align with other projects from the portfolio and provide a spring-ws-bom to make it easier to manage dependencies. Resolves #1205. --- pom.xml | 1 + spring-ws-bom/pom.xml | 47 +++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 48 insertions(+) create mode 100644 spring-ws-bom/pom.xml diff --git a/pom.xml b/pom.xml index 92c54279..9d16a78e 100644 --- a/pom.xml +++ b/pom.xml @@ -76,6 +76,7 @@ spring-ws-support spring-ws-test spring-xml + spring-ws-bom diff --git a/spring-ws-bom/pom.xml b/spring-ws-bom/pom.xml new file mode 100644 index 00000000..bb7337e0 --- /dev/null +++ b/spring-ws-bom/pom.xml @@ -0,0 +1,47 @@ + + + 4.0.0 + + + org.springframework.ws + spring-ws + 4.0.0-SNAPSHOT + + + spring-ws-bom + pom + + Spring WS - Bill of Materials (BOM) + + + + + org.springframework.ws + spring-ws-core + 4.0.0-SNAPSHOT + + + org.springframework.ws + spring-ws-security + 4.0.0-SNAPSHOT + + + org.springframework.ws + spring-ws-support + 4.0.0-SNAPSHOT + + + org.springframework.ws + spring-ws-test + 4.0.0-SNAPSHOT + + + org.springframework.ws + spring-xml + 4.0.0-SNAPSHOT + + + +