From 0845520070c207686e0050a077f3b4cb3fb5c646 Mon Sep 17 00:00:00 2001 From: Drummond Dawson Date: Mon, 1 Oct 2018 17:43:44 -0400 Subject: [PATCH] BATCH-2701: Remove unnecessary apache commons-collections in test module --- build.gradle | 1 - 1 file changed, 1 deletion(-) diff --git a/build.gradle b/build.gradle index 3d41ce6af..62bb00c7f 100644 --- a/build.gradle +++ b/build.gradle @@ -508,7 +508,6 @@ project('spring-batch-test') { compile "junit:junit:${junitVersion}" compile "org.springframework:spring-test:$springVersion" compile "org.springframework:spring-jdbc:$springVersion" - compile "commons-collections:commons-collections:$commonsCollectionsVersion" testCompile "org.hamcrest:hamcrest-library:$hamcrestVersion" testCompile "org.apache.commons:commons-dbcp2:$commonsDdbcpVersion"