From de2cdd8528b90b835a267fa64e8896cb801b85b5 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Fri, 30 Jun 2017 15:44:15 +0200 Subject: [PATCH] Use lettuce rather than Jedis for actuator tests --- spring-boot-actuator/pom.xml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/spring-boot-actuator/pom.xml b/spring-boot-actuator/pom.xml index 2d3e27ff7c..6a05a9ffad 100644 --- a/spring-boot-actuator/pom.xml +++ b/spring-boot-actuator/pom.xml @@ -82,6 +82,11 @@ metrics-core true + + io.lettuce + lettuce-core + true + io.searchbox jest @@ -261,11 +266,6 @@ hal-browser true - - redis.clients - jedis - true - org.springframework.boot