From 55afc7d28c8fad2e5644c63bcb1305be0a512285 Mon Sep 17 00:00:00 2001 From: "Greg L. Turnquist" Date: Mon, 14 Nov 2022 11:28:05 -0600 Subject: [PATCH] Remove Spring WS BOM. Due to this pulling in other project BOMs, we will delay introducing a Spring WS BOM until a later release. Resolves #1291. Related: #1290. --- pom.xml | 1 - spring-ws-bom/pom.xml | 75 ------------------------------------------- 2 files changed, 76 deletions(-) delete mode 100644 spring-ws-bom/pom.xml diff --git a/pom.xml b/pom.xml index 9d16a78e..92c54279 100644 --- a/pom.xml +++ b/pom.xml @@ -76,7 +76,6 @@ 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 deleted file mode 100644 index 798d45fa..00000000 --- a/spring-ws-bom/pom.xml +++ /dev/null @@ -1,75 +0,0 @@ - - - 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 - - - - - - - docs - - - - - org.apache.maven.plugins - maven-assembly-plugin - - - docs - - single - - package - - true - - - - - - - - - -