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 + + + +