From 4fc3694dfea7653c5017832a4b13f074f31802cb Mon Sep 17 00:00:00 2001 From: Ewan Benfield Date: Tue, 26 Jun 2012 17:39:20 +0100 Subject: [PATCH] INTSCALA-41 - Fix JDBC dependencies --- build.gradle | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/build.gradle b/build.gradle index 4d01509..1d2905c 100644 --- a/build.gradle +++ b/build.gradle @@ -123,10 +123,8 @@ project('spring-integration-dsl-scala-jdbc') { dependencies { compile project(":spring-integration-dsl-scala-core") compile "org.springframework.integration:spring-integration-jdbc:$springintegrationVersion" - - // libraries only needed for test - testCompile "commons-dbcp:commons-dbcp:1.4" - testCompile "commons-pool:commons-dbcp:1.5.4" + compile "commons-dbcp:commons-dbcp:1.4" + compile "commons-pool:commons-dbcp:1.5.4" } }