From 9a392fbebcada25b05238e41259340ccfa0080a6 Mon Sep 17 00:00:00 2001 From: Arjen Poutsma Date: Fri, 26 Feb 2010 11:19:11 +0000 Subject: [PATCH] --- samples/mtom/server/pom.xml | 24 +++++++++--------------- samples/pox/server/pom.xml | 4 ++++ samples/stockquote/server/pom.xml | 5 +++++ 3 files changed, 18 insertions(+), 15 deletions(-) diff --git a/samples/mtom/server/pom.xml b/samples/mtom/server/pom.xml index 50614f95..52852165 100644 --- a/samples/mtom/server/pom.xml +++ b/samples/mtom/server/pom.xml @@ -58,21 +58,20 @@ - com.sun.tools.xjc.maven2 - maven-jaxb-plugin + org.codehaus.mojo + jaxb2-maven-plugin - generate-sources - generate + xjc - - - org.springframework.ws.samples.mtom.schema - src/main/webapp/WEB-INF - - + + + src/main/webapp/WEB-INF + org.springframework.ws.samples.mtom.schema + + @@ -81,10 +80,5 @@ org.springframework.ws spring-ws-core - - org.springframework - spring-oxm - runtime - diff --git a/samples/pox/server/pom.xml b/samples/pox/server/pom.xml index e79d5c52..5fea5cb3 100644 --- a/samples/pox/server/pom.xml +++ b/samples/pox/server/pom.xml @@ -30,5 +30,9 @@ org.springframework.ws spring-ws-core + + org.springframework.ws + spring-xml + diff --git a/samples/stockquote/server/pom.xml b/samples/stockquote/server/pom.xml index ce8ff7aa..cf2cfac1 100644 --- a/samples/stockquote/server/pom.xml +++ b/samples/stockquote/server/pom.xml @@ -48,6 +48,10 @@ + + org.springframework + spring-context + org.springframework.ws @@ -56,6 +60,7 @@ org.springframework.ws spring-ws-support + runtime \ No newline at end of file