From 5e07b249ad6a5d8a28c656ab6715b1db00296750 Mon Sep 17 00:00:00 2001 From: Michael Minella Date: Fri, 25 Apr 2014 15:30:23 -0500 Subject: [PATCH] Updated commons-dbcp and commons-pool dependency scopes --- spring-batch-core/pom.xml | 5 +++++ spring-batch-integration/pom.xml | 5 +++++ spring-batch-parent/pom.xml | 8 +++++++- spring-batch-samples/pom.xml | 4 ++++ spring-batch-test/pom.xml | 5 +++++ 5 files changed, 26 insertions(+), 1 deletion(-) 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