Polish "Add Lettuce Redis driver autoconfiguration"
Closes gh-5311
This commit is contained in:
@@ -125,7 +125,6 @@
|
||||
<junit.version>4.12</junit.version>
|
||||
<lettuce.version>5.0.0.BUILD-SNAPSHOT</lettuce.version>
|
||||
<liquibase.version>3.5.3</liquibase.version>
|
||||
<lettuce.version>5.0.0.BUILD-SNAPSHOT</lettuce.version>
|
||||
<log4j2.version>2.8.2</log4j2.version>
|
||||
<logback.version>1.2.3</logback.version>
|
||||
<lombok.version>1.16.16</lombok.version>
|
||||
@@ -571,11 +570,6 @@
|
||||
<artifactId>antlr</artifactId>
|
||||
<version>${antlr2.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>io.lettuce</groupId>
|
||||
<artifactId>lettuce-core</artifactId>
|
||||
<version>${lettuce.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>ch.qos.logback</groupId>
|
||||
<artifactId>logback-access</artifactId>
|
||||
@@ -831,6 +825,11 @@
|
||||
<artifactId>metrics-servlets</artifactId>
|
||||
<version>${dropwizard-metrics.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>io.lettuce</groupId>
|
||||
<artifactId>lettuce-core</artifactId>
|
||||
<version>${lettuce.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>io.netty</groupId>
|
||||
<artifactId>netty-bom</artifactId>
|
||||
@@ -2338,11 +2337,6 @@
|
||||
<artifactId>jedis</artifactId>
|
||||
<version>${jedis.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>io.lettuce</groupId>
|
||||
<artifactId>lettuce-core</artifactId>
|
||||
<version>${lettuce.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>wsdl4j</groupId>
|
||||
<artifactId>wsdl4j</artifactId>
|
||||
|
||||
Reference in New Issue
Block a user