We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a4fb4b commit e61d9e7Copy full SHA for e61d9e7
pom.xml
@@ -23,7 +23,7 @@
23
<beanutils>1.9.4</beanutils>
24
<xstream>1.4.19</xstream>
25
<pool>2.11.1</pool>
26
- <lettuce>6.2.0.RELEASE</lettuce>
+ <lettuce>6.2.1.BUILD-SNAPSHOT</lettuce>
27
<jedis>4.2.3</jedis>
28
<multithreadedtc>1.01</multithreadedtc>
29
<netty>4.1.79.Final</netty>
@@ -309,6 +309,14 @@
309
<id>spring-libs-snapshot</id>
310
<url>https://repo.spring.io/libs-snapshot</url>
311
</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>
320
</repositories>
321
322
<pluginRepositories>
0 commit comments