diff --git a/samples/airline/pom.xml b/samples/airline/pom.xml
index 67e57e8b..63442cc7 100644
--- a/samples/airline/pom.xml
+++ b/samples/airline/pom.xml
@@ -3,7 +3,7 @@
spring-ws-samples
org.springframework.ws
- 1.0-m4-SNAPSHOT
+ 1.0-rc1-SNAPSHOT
4.0.0
airline
@@ -196,6 +196,10 @@
+
+ org.springframework.ws
+ spring-xml
+
org.springframework.ws
spring-ws-core
@@ -207,29 +211,41 @@
org.springframework.ws
spring-ws-security
+ runtime
+
+ org.springframework
+ spring-beans
+
org.springframework
spring-aop
+ runtime
org.springframework
spring-hibernate3
+
+ org.springframework
+ spring-dao
+
org.springframework
spring-jdbc
+ runtime
org.springframework
spring-mock
-
- org.springframework
- spring-jms
-
+
+ xml-apis
+ xml-apis
+ provided
+
jdom
jdom
@@ -237,6 +253,7 @@
jaxen
jaxen
+ runtime
dom4j
@@ -305,6 +322,7 @@
commons-dbcp
commons-dbcp
1.2.1
+ runtime
xml-apis
@@ -328,10 +346,45 @@
joda-time
1.4
+
+ org.acegisecurity
+ acegi-security
+
+
+ org.springframework
+ spring-remoting
+
+
+ org.springframework
+ spring-jdbc
+
+
+ org.springframework
+ spring-support
+
+
+ commons-lang
+ commons-lang
+
+
+ commons-lang
+ commons-lang
+
+
+ commons-codec
+ commons-codec
+
+
+ commons-collections
+ commons-collections
+
+
+
joda-time
joda-time-hibernate
0.8
+ runtime
diff --git a/samples/echo/client/spring-ws/build.xml b/samples/echo/client/spring-ws/build.xml
index 7c335ba6..d0e15dfd 100644
--- a/samples/echo/client/spring-ws/build.xml
+++ b/samples/echo/client/spring-ws/build.xml
@@ -12,7 +12,7 @@
-
+
@@ -39,7 +39,7 @@
-
+
diff --git a/samples/echo/pom.xml b/samples/echo/pom.xml
index 43f2a081..7c91140b 100644
--- a/samples/echo/pom.xml
+++ b/samples/echo/pom.xml
@@ -4,7 +4,7 @@
spring-ws-samples
org.springframework.ws
- 1.0-m4-SNAPSHOT
+ 1.0-rc1-SNAPSHOT
4.0.0
echo