From 29d470ad42ab7ccc3fae00938b2331b903b8c9ea Mon Sep 17 00:00:00 2001 From: Lukasz Lenart Date: Sat, 1 Oct 2016 10:06:00 +0200 Subject: [PATCH] WW-4695 Upgrades Commons Collections to version 4.1 --- core/pom.xml | 4 ++-- pom.xml | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/core/pom.xml b/core/pom.xml index 2ccc77d01..01518c336 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -335,8 +335,8 @@ - commons-collections - commons-collections + org.apache.commons + commons-collections4 test diff --git a/pom.xml b/pom.xml index 5af254af6..d3610a675 100644 --- a/pom.xml +++ b/pom.xml @@ -696,9 +696,9 @@ 1.1.3 - commons-collections - commons-collections - 3.2.2 + org.apache.commons + commons-collections4 + 4.1 commons-fileupload