summaryrefslogtreecommitdiff
path: root/eaaf_core
diff options
context:
space:
mode:
authorThomas Lenz <thomas.lenz@egiz.gv.at>2020-12-09 10:25:59 +0100
committerThomas Lenz <thomas.lenz@egiz.gv.at>2020-12-09 10:25:59 +0100
commit4e2417b8b5e59b9659900ad36ce7248810813aeb (patch)
tree0dac1ba53d859c295a2de18a90a59b69bd61be11 /eaaf_core
parent71ee7827780f15f5126f4d0cbe55ad38723fa67c (diff)
downloadEAAF-Components-4e2417b8b5e59b9659900ad36ce7248810813aeb.tar.gz
EAAF-Components-4e2417b8b5e59b9659900ad36ce7248810813aeb.tar.bz2
EAAF-Components-4e2417b8b5e59b9659900ad36ce7248810813aeb.zip
update commons-collection to latest version, because velocity does not use it
Diffstat (limited to 'eaaf_core')
-rw-r--r--eaaf_core/pom.xml8
1 files changed, 6 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 @@
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId>
- </dependency>
- <dependency>
+ </dependency>
+ <dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-collections4</artifactId>
</dependency>
@@ -75,6 +75,10 @@
<groupId>org.apache.velocity</groupId>
<artifactId>velocity</artifactId>
</dependency>
+ <dependency>
+ <groupId>commons-collections</groupId>
+ <artifactId>commons-collections</artifactId>
+ </dependency>
<dependency>
<groupId>jaxen</groupId>
<artifactId>jaxen</artifactId>