Skip to content

Commit abea6fd

Browse files
committed
DATAREDIS-642 - Upgrade to Lettuce 5.0 M2.
1 parent 1216134 commit abea6fd

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

pom.xml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<beanutils>1.9.2</beanutils>
2222
<xstream>1.4.8</xstream>
2323
<pool>2.2</pool>
24-
<lettuce>5.0.0.BUILD-SNAPSHOT</lettuce>
24+
<lettuce>5.0.0.M2</lettuce>
2525
<jedis>2.9.0</jedis>
2626
<multithreadedtc>1.01</multithreadedtc>
2727
</properties>
@@ -253,13 +253,6 @@
253253
<id>spring-libs-snapshot</id>
254254
<url>https://repo.spring.io/libs-snapshot</url>
255255
</repository>
256-
<repository>
257-
<id>oss-sonatype-snapsho</id>
258-
<url>https://oss.sonatype.org/content/repositories/snapshots/</url>
259-
<snapshots>
260-
<enabled>true</enabled>
261-
</snapshots>
262-
</repository>
263256
</repositories>
264257

265258
<pluginRepositories>

0 commit comments

Comments
 (0)