Skip to content

Commit

Permalink
Build against Lettuce 6.1.2 snapshots.
Browse files Browse the repository at this point in the history
  • Loading branch information
mp911de committed Sep 23, 2022
1 parent 5ca5bed commit 3ac3c83
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<beanutils>1.9.4</beanutils>
<xstream>1.4.19</xstream>
<pool>2.11.1</pool>
<lettuce>6.2.0.RELEASE</lettuce>
<lettuce>6.2.1.BUILD-SNAPSHOT</lettuce>
<jedis>4.2.3</jedis>
<multithreadedtc>1.01</multithreadedtc>
<netty>4.1.79.Final</netty>
Expand Down Expand Up @@ -309,6 +309,14 @@
<id>spring-libs-snapshot</id>
<url>https://repo.spring.io/libs-snapshot</url>
</repository>

<repository>
<id>oss-sonatype-snapshots</id>
<url>https://oss.sonatype.org/content/repositories/snapshots/</url>
<snapshots>
<enabled>true</enabled>
</snapshots>
</repository>
</repositories>

<pluginRepositories>
Expand Down

0 comments on commit 3ac3c83

Please sign in to comment.