diff --git a/spring-batch-core/pom.xml b/spring-batch-core/pom.xml
index ab59b9135..7a5ef2ea0 100644
--- a/spring-batch-core/pom.xml
+++ b/spring-batch-core/pom.xml
@@ -70,6 +70,11 @@
test
+
+ org.springframework
+ spring-aop
+ test
+
org.springframework
spring-beans
diff --git a/spring-batch-samples/pom.xml b/spring-batch-samples/pom.xml
index cbedbe152..940c26be3 100644
--- a/spring-batch-samples/pom.xml
+++ b/spring-batch-samples/pom.xml
@@ -184,15 +184,39 @@
test
+
+ org.springframework
+ spring-aop
+ test
+
org.springframework
spring-core
+
+ org.springframework
+ spring-context-support
+
+
+ org.springframework
+ spring-jdbc
+ test
+
+
+ org.springframework
+ spring-orm
+ test
+
org.springframework
spring-test
test
+
+ org.springframework
+ spring-tx
+ test
+
org.springframework
spring-web