Skip to content

Commit 66a5d78

Browse files
committed
Build against Jedis 3.6 snapshots.
See #2017
1 parent a02ca4d commit 66a5d78

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

Diff for: pom.xml

+8-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
<xstream>1.4.16</xstream>
2626
<pool>2.9.0</pool>
2727
<lettuce>6.1.0.RC1</lettuce>
28-
<jedis>3.5.2</jedis>
28+
<jedis>3.6.0-SNAPSHOT</jedis>
2929
<multithreadedtc>1.01</multithreadedtc>
3030
<netty>4.1.60.Final</netty>
3131
<java-module-name>spring.data.redis</java-module-name>
@@ -310,6 +310,13 @@
310310
<id>spring-libs-snapshot</id>
311311
<url>https://repo.spring.io/libs-snapshot</url>
312312
</repository>
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>
313320
</repositories>
314321

315322
<pluginRepositories>

0 commit comments

Comments
 (0)