aboutsummaryrefslogtreecommitdiff
path: root/id/server/idserverlib/pom.xml
diff options
context:
space:
mode:
authorThomas Lenz <tlenz@iaik.tugraz.at>2018-10-16 08:07:10 +0200
committerThomas Lenz <tlenz@iaik.tugraz.at>2018-10-16 08:07:10 +0200
commitda0174d3b037468d243fad688ca1fd91c2049d24 (patch)
tree1f6208891d0bff29ab7f8a95fa32622d3e856c47 /id/server/idserverlib/pom.xml
parentabae1d0a880178568e742c09779bd2a47394f1e4 (diff)
downloadmoa-id-spss-da0174d3b037468d243fad688ca1fd91c2049d24.tar.gz
moa-id-spss-da0174d3b037468d243fad688ca1fd91c2049d24.tar.bz2
moa-id-spss-da0174d3b037468d243fad688ca1fd91c2049d24.zip
update third party libs to solve incompatibility with JDK11
Diffstat (limited to 'id/server/idserverlib/pom.xml')
-rw-r--r--id/server/idserverlib/pom.xml14
1 files changed, 10 insertions, 4 deletions
diff --git a/id/server/idserverlib/pom.xml b/id/server/idserverlib/pom.xml
index a8a1a2695..a0d8b9a22 100644
--- a/id/server/idserverlib/pom.xml
+++ b/id/server/idserverlib/pom.xml
@@ -489,13 +489,13 @@
<dependency>
<groupId>org.springframework.data</groupId>
<artifactId>spring-data-redis</artifactId>
- <version>1.8.14.RELEASE</version>
+ <version>2.1.0.RELEASE</version>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-pool2</artifactId>
- <version>2.4.3</version>
+ <version>2.6.0</version>
</dependency>
<dependency>
<groupId>redis.clients</groupId>
@@ -503,7 +503,7 @@
<version>2.9.0</version>
</dependency>
- <dependency>
+<!-- <dependency>
<groupId>org.codehaus.jackson</groupId>
<artifactId>jackson-core-asl</artifactId>
<version>1.9.13</version>
@@ -512,7 +512,13 @@
<groupId>org.codehaus.jackson</groupId>
<artifactId>jackson-mapper-asl</artifactId>
<version>1.9.13</version>
- </dependency>
+ </dependency> -->
+
+ <dependency>
+ <groupId>com.fasterxml.jackson.core</groupId>
+ <artifactId>jackson-core</artifactId>
+ <version>2.9.7</version>
+ </dependency>
</dependencies>
<build>