diff --git a/pom.xml b/pom.xml index ddcacf1c..bffa90db 100644 --- a/pom.xml +++ b/pom.xml @@ -269,6 +269,11 @@ spring-ws-core ${project.version} + + org.springframework.ws + spring-ws-core-tiger + ${project.version} + org.springframework.ws spring-ws-security diff --git a/samples/echo/pom.xml b/samples/echo/pom.xml index 22b44a28..43f2a081 100644 --- a/samples/echo/pom.xml +++ b/samples/echo/pom.xml @@ -1,4 +1,6 @@ - + + spring-ws-samples org.springframework.ws @@ -8,6 +10,7 @@ echo war Spring WS Echo Sample + A minimal Spring-WS sample that uses W3C DOM to echo back an incoming string.