Update to embedded Redis 0.6
Fixes gh-187
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
version=1.0.1.BUILD-SNAPSHOT
|
||||
|
||||
commonsPoolVersion=2.2
|
||||
embeddedRedisVersion=0.5
|
||||
embeddedRedisVersion=0.6
|
||||
gebVersion=0.10.0
|
||||
groovyVersion=2.3.11
|
||||
hazelcastVersion=3.3.3
|
||||
|
||||
@@ -33,7 +33,6 @@ ext.jstlDependencies = [
|
||||
|
||||
repositories {
|
||||
mavenCentral()
|
||||
maven { url 'http://clojars.org/repo' }
|
||||
maven { url 'https://repo.spring.io/libs-snapshot' }
|
||||
}
|
||||
|
||||
|
||||
@@ -10,7 +10,6 @@ dependencies {
|
||||
compile project(':spring-session-data-redis'),
|
||||
project(':samples:spring-embedded-redis'),
|
||||
"org.springframework:spring-web:$springVersion",
|
||||
"redis.embedded:embedded-redis:$embeddedRedisVersion",
|
||||
"org.springframework.security:spring-security-config:$springSecurityVersion",
|
||||
"org.springframework.security:spring-security-web:$springSecurityVersion",
|
||||
jstlDependencies
|
||||
|
||||
@@ -6,7 +6,7 @@ sonarRunner {
|
||||
}
|
||||
|
||||
dependencies {
|
||||
compile "redis.embedded:embedded-redis:$embeddedRedisVersion",
|
||||
compile "com.github.kstyrc:embedded-redis:$embeddedRedisVersion",
|
||||
"org.springframework:spring-context:$springVersion"
|
||||
|
||||
testCompile "junit:junit:$junitVersion",
|
||||
|
||||
Reference in New Issue
Block a user