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.
2 parents 8efc131 + 4988579 commit eb7663eCopy full SHA for eb7663e
pom.xml
@@ -47,18 +47,11 @@
47
</license>
48
</licenses>
49
50
- <!-- temporarily adding jedis snapshot repository -->
51
- <repositories>
52
- <repository>
53
- <id>snapshots-repo</id>
54
- <url>https://oss.sonatype.org/content/repositories/snapshots</url>
55
- </repository>
56
- </repositories>
57
<dependencies>
58
<dependency>
59
<groupId>redis.clients</groupId>
60
<artifactId>jedis</artifactId>
61
- <version>3.5.0-SNAPSHOT</version>
+ <version>3.5.0</version>
62
</dependency>
63
64
<groupId>org.apache.commons</groupId>
0 commit comments