diff options
author | Thomas Lenz <thomas.lenz@egiz.gv.at> | 2020-12-09 14:44:41 +0100 |
---|---|---|
committer | Thomas Lenz <thomas.lenz@egiz.gv.at> | 2020-12-09 14:44:41 +0100 |
commit | a126c249b8ed83dce4386331a49d04a42b53e448 (patch) | |
tree | f2e035c580e4f3acf4d69a91c4d7219587d5aeae /eaaf_core | |
parent | 50b25badd1592ae68ca24ccfe16517b745e0df84 (diff) | |
parent | 4e2417b8b5e59b9659900ad36ce7248810813aeb (diff) | |
download | EAAF-Components-a126c249b8ed83dce4386331a49d04a42b53e448.tar.gz EAAF-Components-a126c249b8ed83dce4386331a49d04a42b53e448.tar.bz2 EAAF-Components-a126c249b8ed83dce4386331a49d04a42b53e448.zip |
Merge branch 'feature/gitlabci' into 'nightlyBuild'
Feature/gitlabci
See merge request egiz/eaaf_components!5
Diffstat (limited to 'eaaf_core')
-rw-r--r-- | eaaf_core/pom.xml | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/eaaf_core/pom.xml b/eaaf_core/pom.xml index 60057db3..a1eee06e 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> |