From f1526a93fd7c9e7273192033eced54836199575b Mon Sep 17 00:00:00 2001 From: Nikita Koksharov Date: Tue, 4 Dec 2018 13:34:04 +0300 Subject: [PATCH] Fixed - Redisson Spring Boot doesn't start properly without lettuce or jedis in classpath #1774 --- redisson-spring-boot-starter/pom.xml | 10 +++++++ .../starter/RedissonAutoConfiguration.java | 27 ++++++++++++++++--- 2 files changed, 33 insertions(+), 4 deletions(-) diff --git a/redisson-spring-boot-starter/pom.xml b/redisson-spring-boot-starter/pom.xml index 54a75e4bb..1c7a2fc51 100644 --- a/redisson-spring-boot-starter/pom.xml +++ b/redisson-spring-boot-starter/pom.xml @@ -86,6 +86,16 @@ org.springframework.boot spring-boot-starter-data-redis + + + redis.clients + jedis + + + io.lettuce + lettuce-core + +