DATAREDIS-624 - Upgrade to Lettuce 5.0.0.BUILD-SNAPSHOT.

Upgrade to Lettuce using Reactor 3.1.0.BUILD-SNAPSHOT, requires change to io.lettuce:lettuce-core, so we also needed to change imports from com.lambdaworks.redis to io.lettuce.core.

Original pull request: #245.
This commit is contained in:
Christoph Strobl
2017-04-12 10:59:02 +02:00
committed by Mark Paluch
parent 2c14460643
commit 87d6aa2042
38 changed files with 371 additions and 304 deletions

13
pom.xml
View File

@@ -21,7 +21,7 @@
<beanutils>1.9.2</beanutils>
<xstream>1.4.8</xstream>
<pool>2.2</pool>
<lettuce>5.0.0.Beta1</lettuce>
<lettuce>5.0.0.BUILD-SNAPSHOT</lettuce>
<jedis>2.9.0</jedis>
<multithreadedtc>1.01</multithreadedtc>
</properties>
@@ -78,8 +78,8 @@
</dependency>
<dependency>
<groupId>biz.paluch.redis</groupId>
<artifactId>lettuce</artifactId>
<groupId>io.lettuce</groupId>
<artifactId>lettuce-core</artifactId>
<version>${lettuce}</version>
<optional>true</optional>
</dependency>
@@ -253,6 +253,13 @@
<id>spring-libs-snapshot</id>
<url>https://repo.spring.io/libs-snapshot</url>
</repository>
<repository>
<id>oss-sonatype-snapsho</id>
<url>https://oss.sonatype.org/content/repositories/snapshots/</url>
<snapshots>
<enabled>true</enabled>
</snapshots>
</repository>
</repositories>
<pluginRepositories>