aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Lenz <tlenz@iaik.tugraz.at>2015-02-20 08:58:26 +0100
committerThomas Lenz <tlenz@iaik.tugraz.at>2015-02-20 08:58:26 +0100
commit5e085447e8560df030af5c4a72e6cb17beb6c760 (patch)
tree14f65749cb47dea5897b7de5c3006cedd11e7951
parent1b476c125248f5790a6c09c2b91a25148d6e57b2 (diff)
downloadmoa-id-spss-5e085447e8560df030af5c4a72e6cb17beb6c760.tar.gz
moa-id-spss-5e085447e8560df030af5c4a72e6cb17beb6c760.tar.bz2
moa-id-spss-5e085447e8560df030af5c4a72e6cb17beb6c760.zip
update outdated library
-rw-r--r--id/server/idserverlib/pom.xml10
1 files changed, 10 insertions, 0 deletions
diff --git a/id/server/idserverlib/pom.xml b/id/server/idserverlib/pom.xml
index cab3c73e1..dbfc19b68 100644
--- a/id/server/idserverlib/pom.xml
+++ b/id/server/idserverlib/pom.xml
@@ -356,10 +356,20 @@
<groupId>javax.servlet</groupId>
<artifactId>servlet-api</artifactId>
</exclusion>
+ <exclusion>
+ <artifactId>google-collections</artifactId>
+ <groupId>com.google.collections</groupId>
+ </exclusion>
</exclusions>
</dependency>
<dependency>
+ <groupId>com.google.guava</groupId>
+ <artifactId>guava</artifactId>
+ <version>18.0</version>
+ </dependency>
+
+ <dependency>
<groupId>commons-codec</groupId>
<artifactId>commons-codec</artifactId>
<version>1.10</version>