Skip to content

Commit e61d9e7

Browse files
committed
Build against Lettuce 6.1.2 snapshots.
See #2420
1 parent 5a4fb4b commit e61d9e7

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

pom.xml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<beanutils>1.9.4</beanutils>
2424
<xstream>1.4.19</xstream>
2525
<pool>2.11.1</pool>
26-
<lettuce>6.2.0.RELEASE</lettuce>
26+
<lettuce>6.2.1.BUILD-SNAPSHOT</lettuce>
2727
<jedis>4.2.3</jedis>
2828
<multithreadedtc>1.01</multithreadedtc>
2929
<netty>4.1.79.Final</netty>
@@ -309,6 +309,14 @@
309309
<id>spring-libs-snapshot</id>
310310
<url>https://repo.spring.io/libs-snapshot</url>
311311
</repository>
312+
313+
<repository>
314+
<id>oss-sonatype-snapshots</id>
315+
<url>https://oss.sonatype.org/content/repositories/snapshots/</url>
316+
<snapshots>
317+
<enabled>true</enabled>
318+
</snapshots>
319+
</repository>
312320
</repositories>
313321

314322
<pluginRepositories>

0 commit comments

Comments
 (0)