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