Skip to content

Commit 978af3b

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

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

pom.xml

+9-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,14 @@
382382
</profiles>
383383

384384
<repositories>
385+
<repository>
386+
<id>sonatype-snapshots</id>
387+
<name>Sonatype Snapshot Repository</name>
388+
<url>https://oss.sonatype.org/content/repositories/snapshots/</url>
389+
<snapshots>
390+
<enabled>true</enabled>
391+
</snapshots>
392+
</repository>
385393
<repository>
386394
<id>spring-snapshot</id>
387395
<url>https://repo.spring.io/snapshot</url>

0 commit comments

Comments
 (0)