Skip to content

Commit de2cdd8

Browse files
committed
Use lettuce rather than Jedis for actuator tests
1 parent 2204dc6 commit de2cdd8

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

spring-boot-actuator/pom.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,11 @@
8282
<artifactId>metrics-core</artifactId>
8383
<optional>true</optional>
8484
</dependency>
85+
<dependency>
86+
<groupId>io.lettuce</groupId>
87+
<artifactId>lettuce-core</artifactId>
88+
<optional>true</optional>
89+
</dependency>
8590
<dependency>
8691
<groupId>io.searchbox</groupId>
8792
<artifactId>jest</artifactId>
@@ -261,11 +266,6 @@
261266
<artifactId>hal-browser</artifactId>
262267
<optional>true</optional>
263268
</dependency>
264-
<dependency>
265-
<groupId>redis.clients</groupId>
266-
<artifactId>jedis</artifactId>
267-
<optional>true</optional>
268-
</dependency>
269269
<!-- Annotation processing -->
270270
<dependency>
271271
<groupId>org.springframework.boot</groupId>

0 commit comments

Comments
 (0)