Skip to content

Commit e412025

Browse files
committed
Build against Lettuce 6.3 snapshots.
See #2728
1 parent 667dd27 commit e412025

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

pom.xml

+11-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<beanutils>1.9.4</beanutils>
2525
<xstream>1.4.20</xstream>
2626
<pool>2.11.1</pool>
27-
<lettuce>6.2.6.RELEASE</lettuce>
27+
<lettuce>6.3.0.BUILD-SNAPSHOT</lettuce>
2828
<jedis>5.0.1</jedis>
2929
<multithreadedtc>1.01</multithreadedtc>
3030
<netty>4.1.96.Final</netty>
@@ -382,6 +382,16 @@
382382
</profiles>
383383

384384
<repositories>
385+
<repository>
386+
<id>sonatype</id>
387+
<url>https://repository.sonatype.org/content/groups/public/</url>
388+
<snapshots>
389+
<enabled>true</enabled>
390+
</snapshots>
391+
<releases>
392+
<enabled>false</enabled>
393+
</releases>
394+
</repository>
385395
<repository>
386396
<id>spring-snapshot</id>
387397
<url>https://repo.spring.io/snapshot</url>

0 commit comments

Comments
 (0)