We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2204dc6 commit de2cdd8Copy full SHA for de2cdd8
spring-boot-actuator/pom.xml
@@ -82,6 +82,11 @@
82
<artifactId>metrics-core</artifactId>
83
<optional>true</optional>
84
</dependency>
85
+ <dependency>
86
+ <groupId>io.lettuce</groupId>
87
+ <artifactId>lettuce-core</artifactId>
88
+ <optional>true</optional>
89
+ </dependency>
90
<dependency>
91
<groupId>io.searchbox</groupId>
92
<artifactId>jest</artifactId>
@@ -261,11 +266,6 @@
261
266
<artifactId>hal-browser</artifactId>
262
267
263
268
264
- <dependency>
265
- <groupId>redis.clients</groupId>
- <artifactId>jedis</artifactId>
- <optional>true</optional>
- </dependency>
269
<!-- Annotation processing -->
270
271
<groupId>org.springframework.boot</groupId>
0 commit comments