aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Lenz <tlenz@iaik.tugraz.at>2016-01-25 12:45:26 +0100
committerThomas Lenz <tlenz@iaik.tugraz.at>2016-01-25 12:45:26 +0100
commit75bde5bfee8ec932b2a8c0ce4cad11860b1ba450 (patch)
treec37b17a714d378ad34cfbd9f87d37497d72fa0e0
parent947add2a36fccd78f376ffd450914c46ff280a50 (diff)
downloadmoa-id-spss-75bde5bfee8ec932b2a8c0ce4cad11860b1ba450.tar.gz
moa-id-spss-75bde5bfee8ec932b2a8c0ce4cad11860b1ba450.tar.bz2
moa-id-spss-75bde5bfee8ec932b2a8c0ce4cad11860b1ba450.zip
update commons-collection in modul moa-id-configuration
-rw-r--r--id/ConfigWebTool/pom.xml6
-rw-r--r--id/server/moa-id-commons/pom.xml4
2 files changed, 10 insertions, 0 deletions
diff --git a/id/ConfigWebTool/pom.xml b/id/ConfigWebTool/pom.xml
index 9800fad7e..51bb941a4 100644
--- a/id/ConfigWebTool/pom.xml
+++ b/id/ConfigWebTool/pom.xml
@@ -97,6 +97,12 @@
<artifactId>moa-id-module-stork</artifactId>
</dependency>
+ <dependency>
+ <groupId>org.apache.commons</groupId>
+ <artifactId>commons-collections4</artifactId>
+ <version>${org.apache.commons.collections4.version}</version>
+ </dependency>
+
<dependency>
<groupId>at.gv.util</groupId>
diff --git a/id/server/moa-id-commons/pom.xml b/id/server/moa-id-commons/pom.xml
index 244ea1412..d242147f1 100644
--- a/id/server/moa-id-commons/pom.xml
+++ b/id/server/moa-id-commons/pom.xml
@@ -219,6 +219,10 @@
<version>1.4</version>
</dependency>
+ <dependency>
+ <groupId>org.apache.commons</groupId>
+ <artifactId>commons-collections4</artifactId>
+ </dependency>
</dependencies>