Skip to content

Commit

Permalink
DATAREDIS-350 - Upgrade to Jedis 2.6.0.
Browse files Browse the repository at this point in the history
Original pull request: #105.
  • Loading branch information
christophstrobl authored and Thomas Darimont committed Sep 29, 2014
1 parent 796253b commit ba1d228
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
@@ -1,7 +1,7 @@
slf4jVersion=1.7.5
junitVersion=4.11
jredisVersion=06052013
jedisVersion=2.5.2
jedisVersion=2.6.0
springVersion=4.0.7.RELEASE
springDataBuildVersion=1.6.0.BUILD-SNAPSHOT
log4jVersion=1.2.17
Expand Down
2 changes: 1 addition & 1 deletion template.mf
Expand Up @@ -22,7 +22,7 @@ Import-Template:
org.w3c.dom.*;version="0",
javax.xml.transform.*;resolution:="optional";version="0",
org.jredis.*;resolution:="optional";version="[1.0.0, 2.0.0)",
redis.clients.*;resolution:="optional";version="[2.5.2, 2.5.2)",
redis.clients.*;resolution:="optional";version="[2.6.0, 2.6.0)",
org.apache.commons.pool2.*;resolution:="optional";version="[1.0, 2.2)",
org.codehaus.jackson.*;resolution:="optional";version="[1.6, 2.0.0)",
com.fasterxml.jackson.*;resolution:="optional";version="[2.0.0, 3.0.0)",
Expand Down

0 comments on commit ba1d228

Please sign in to comment.