Skip to content

Commit

Permalink
Build against Lettuce 6.3 snapshots.
Browse files Browse the repository at this point in the history
See #2728
  • Loading branch information
mp911de committed Nov 1, 2023
1 parent 667dd27 commit e412025
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<beanutils>1.9.4</beanutils>
<xstream>1.4.20</xstream>
<pool>2.11.1</pool>
<lettuce>6.2.6.RELEASE</lettuce>
<lettuce>6.3.0.BUILD-SNAPSHOT</lettuce>
<jedis>5.0.1</jedis>
<multithreadedtc>1.01</multithreadedtc>
<netty>4.1.96.Final</netty>
Expand Down Expand Up @@ -382,6 +382,16 @@
</profiles>

<repositories>
<repository>
<id>sonatype</id>
<url>https://repository.sonatype.org/content/groups/public/</url>
<snapshots>
<enabled>true</enabled>
</snapshots>
<releases>
<enabled>false</enabled>
</releases>
</repository>
<repository>
<id>spring-snapshot</id>
<url>https://repo.spring.io/snapshot</url>
Expand Down

0 comments on commit e412025

Please sign in to comment.