aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Lenz <tlenz@iaik.tugraz.at>2019-06-12 15:10:03 +0200
committerThomas Lenz <tlenz@iaik.tugraz.at>2019-06-12 15:10:03 +0200
commit54f5d0ba499454bdb3890b38f9a5af67175b8354 (patch)
tree8ca36909d73dfb1f300b8adda9fce747d888fdc9
parentffd5fa98815a6fa0dcf6ddf6351a9714532317cf (diff)
downloadmoa-id-spss-54f5d0ba499454bdb3890b38f9a5af67175b8354.tar.gz
moa-id-spss-54f5d0ba499454bdb3890b38f9a5af67175b8354.tar.bz2
moa-id-spss-54f5d0ba499454bdb3890b38f9a5af67175b8354.zip
downgrade jedis to solve dependency problems
-rw-r--r--id/server/idserverlib/pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/id/server/idserverlib/pom.xml b/id/server/idserverlib/pom.xml
index 703b2a8a5..c921dacf8 100644
--- a/id/server/idserverlib/pom.xml
+++ b/id/server/idserverlib/pom.xml
@@ -499,7 +499,6 @@
<dependency>
<groupId>org.springframework.data</groupId>
<artifactId>spring-data-redis</artifactId>
- <version>${org.springframework.data.spring-data-redis}</version>
</dependency>
<dependency>
@@ -510,7 +509,8 @@
<dependency>
<groupId>redis.clients</groupId>
<artifactId>jedis</artifactId>
- <version>3.0.1</version>
+ <!-- version>3.0.1</version -->
+ <version>2.10.2</version>
</dependency>
<!-- <dependency>