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 9eadebd commit 7c197ceCopy full SHA for 7c197ce
pom.xml
@@ -24,7 +24,7 @@
24
<beanutils>1.9.4</beanutils>
25
<xstream>1.4.20</xstream>
26
<pool>2.11.1</pool>
27
- <lettuce>6.3.0.BUILD-SNAPSHOT</lettuce>
+ <lettuce>6.3.0.RELEASE</lettuce>
28
<jedis>5.0.2</jedis>
29
<multithreadedtc>1.01</multithreadedtc>
30
<netty>4.1.100.Final</netty>
@@ -382,14 +382,6 @@
382
</profiles>
383
384
<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>
393
<repository>
394
<id>spring-snapshot</id>
395
<url>https://repo.spring.io/snapshot</url>
0 commit comments