diff --git a/parent/pom.xml b/parent/pom.xml
index 697f1e27..c802e3fc 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -242,7 +242,7 @@
org.springframework
- spring-jpa
+ spring-orm
${spring.version}
diff --git a/samples/airline/pom.xml b/samples/airline/pom.xml
index 76dd82db..3785d559 100644
--- a/samples/airline/pom.xml
+++ b/samples/airline/pom.xml
@@ -148,12 +148,12 @@
org.springframework
- spring-jpa
+ spring-orm
runtime
org.springframework
- spring-dao
+ spring-tx
org.springframework
@@ -174,8 +174,7 @@
org.springframework
- spring-mock
- test
+ spring-test
diff --git a/samples/mtom/pom.xml b/samples/mtom/pom.xml
index a92fb592..c2fd302e 100644
--- a/samples/mtom/pom.xml
+++ b/samples/mtom/pom.xml
@@ -88,16 +88,5 @@
stax-api
runtime
-
-
- org.springframework
- spring-mock
-
-
- easymock
- easymock
- 1.2_Java1.3
- test
-
diff --git a/samples/tutorial/pom.xml b/samples/tutorial/pom.xml
index 316c7f64..9d76dc40 100644
--- a/samples/tutorial/pom.xml
+++ b/samples/tutorial/pom.xml
@@ -58,10 +58,6 @@
-
- org.springframework
- spring-mock
-
easymock
easymock