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 24a756f commit baa3d41Copy full SHA for baa3d41
build.gradle
@@ -79,7 +79,7 @@ dependencies {
79
compile "org.springframework:spring-tx:$springVersion"
80
compile("org.springframework:spring-oxm:$springVersion", optional)
81
compile "org.springframework:spring-aop:$springVersion"
82
- compile "org.springframework.data:spring-data-keyvalue:1.0.0.BUILD-SNAPSHOT"
+ compile "org.springframework.data:spring-data-keyvalue:1.1.0.DATAKV-112-SNAPSHOT"
83
84
// Redis Drivers
85
compile("redis.clients:jedis:$jedisVersion", optional)
0 commit comments