Align Spring Data Redis dependency excludes with Moore-RELEASE
See: #1507
This commit is contained in:
@@ -5,7 +5,6 @@ description = "Spring Session Redis implementation"
|
|||||||
dependencies {
|
dependencies {
|
||||||
compile project(':spring-session-core')
|
compile project(':spring-session-core')
|
||||||
compile ("org.springframework.data:spring-data-redis") {
|
compile ("org.springframework.data:spring-data-redis") {
|
||||||
exclude group: "org.slf4j", module: 'slf4j-api'
|
|
||||||
exclude group: "org.slf4j", module: 'jcl-over-slf4j'
|
exclude group: "org.slf4j", module: 'jcl-over-slf4j'
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user