From 5d21e7d14ffc1586430943ffcbb208e6462f4753 Mon Sep 17 00:00:00 2001 From: Jonathan Cobb Date: Sat, 5 Dec 2020 07:31:58 -0500 Subject: [PATCH] add collections4 dependency --- pom.xml | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/pom.xml b/pom.xml index 11fa03b..3fd064c 100644 --- a/pom.xml +++ b/pom.xml @@ -126,12 +126,11 @@ cobbzilla-utils is available under the Apache License, version 2: http://www.apa commons-beanutils commons-beanutils ${commons-beanutils.version} - - - commons-collections - commons-collections - - + + + org.apache.commons + commons-collections4 + ${commons-collections4.version}