diff --git a/spring-batch-core/pom.xml b/spring-batch-core/pom.xml
index 5bc9ed43f..7d3b05daf 100644
--- a/spring-batch-core/pom.xml
+++ b/spring-batch-core/pom.xml
@@ -52,6 +52,11 @@
true
test
+
+ commons-pool
+ commons-pool
+ test
+
junit
junit
diff --git a/spring-batch-integration/pom.xml b/spring-batch-integration/pom.xml
index 9158b386c..fb7daf274 100644
--- a/spring-batch-integration/pom.xml
+++ b/spring-batch-integration/pom.xml
@@ -76,6 +76,11 @@
commons-dbcp
test
+
+ commons-pool
+ commons-pool
+ test
+
com.h2database
h2
diff --git a/spring-batch-parent/pom.xml b/spring-batch-parent/pom.xml
index 626b46965..fb6191d3f 100644
--- a/spring-batch-parent/pom.xml
+++ b/spring-batch-parent/pom.xml
@@ -163,7 +163,7 @@
springsource-milestone
SpringSource Milestone Repository
- https://repo.spring.io/libs-milestone/
+ http://repo.spring.io/libs-milestone
gemstone
@@ -527,6 +527,12 @@
1.2.2
true
+
+ commons-pool
+ commons-pool
+ 1.5.4
+ test
+
log4j
log4j
diff --git a/spring-batch-samples/pom.xml b/spring-batch-samples/pom.xml
index 85e64e9ff..b22c68df7 100644
--- a/spring-batch-samples/pom.xml
+++ b/spring-batch-samples/pom.xml
@@ -86,6 +86,10 @@
commons-dbcp
commons-dbcp
+
+ commons-pool
+ commons-pool
+
com.thoughtworks.xstream
xstream
diff --git a/spring-batch-test/pom.xml b/spring-batch-test/pom.xml
index 8b48617b8..181cfc9e5 100755
--- a/spring-batch-test/pom.xml
+++ b/spring-batch-test/pom.xml
@@ -50,6 +50,11 @@
commons-dbcp
commons-dbcp
+
+ commons-pool
+ commons-pool
+ test
+
org.hsqldb
hsqldb