From 6349f2915c685cdf4d6803ee8bdaeb73d663f31c Mon Sep 17 00:00:00 2001 From: Arjen Poutsma Date: Wed, 11 Apr 2007 14:01:01 +0000 Subject: [PATCH] --- pom.xml | 5 +++++ samples/echo/pom.xml | 5 ++++- 2 files changed, 9 insertions(+), 1 deletion(-) 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.