From 4e2417b8b5e59b9659900ad36ce7248810813aeb Mon Sep 17 00:00:00 2001 From: Thomas Lenz Date: Wed, 9 Dec 2020 10:25:59 +0100 Subject: update commons-collection to latest version, because velocity does not use it --- eaaf_core/pom.xml | 8 ++++++-- pom.xml | 6 ++++++ 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/eaaf_core/pom.xml b/eaaf_core/pom.xml index 23df59a9..2993110d 100644 --- a/eaaf_core/pom.xml +++ b/eaaf_core/pom.xml @@ -54,8 +54,8 @@ org.apache.commons commons-lang3 - - + + org.apache.commons commons-collections4 @@ -75,6 +75,10 @@ org.apache.velocity velocity + + commons-collections + commons-collections + jaxen jaxen diff --git a/pom.xml b/pom.xml index 1889eb35..f573518c 100644 --- a/pom.xml +++ b/pom.xml @@ -57,6 +57,7 @@ 1.15 3.11 1.9 + 3.2.2 4.4 2.8.0 1.4 @@ -354,6 +355,11 @@ javax.annotation javax.annotation-api ${javax.annotation-api} + + + commons-collections + commons-collections + ${org.apache.commons-collections} org.apache.commons -- cgit v1.2.3