From d49f12616a9a67907326572427227c95d4dad346 Mon Sep 17 00:00:00 2001 From: Rieon Date: Tue, 21 Nov 2017 16:57:55 +0800 Subject: [PATCH] fix RedisConnection.set() MethodNotFoundException upgrade "spring-date-redis" to 2.0.1.RELEASE and jedis to 2.9.0 in profile `spring5` --- spring-security-oauth2/pom.xml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/spring-security-oauth2/pom.xml b/spring-security-oauth2/pom.xml index 5f196125a..361828833 100644 --- a/spring-security-oauth2/pom.xml +++ b/spring-security-oauth2/pom.xml @@ -19,6 +19,8 @@ 1.0.8.RELEASE 4.11 1.5.4 + 1.5.0.RELEASE + 2.6.3 @@ -29,6 +31,8 @@ 3.1.0 4.12 1.6.1 + 2.0.1.RELEASE + 2.9.0 @@ -161,14 +165,14 @@ org.springframework.data spring-data-redis - 1.5.0.RELEASE + ${spring-data-redis.version} true redis.clients jedis - 2.6.3 + ${jedis.version} true