Skip to content

Commit b357a76

Browse files
committed
Align Spring Data Redis dependency excludes with Moore-RELEASE
See: #1507
1 parent 2c6f22a commit b357a76

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

spring-session-data-redis/spring-session-data-redis.gradle

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ description = "Spring Session Redis implementation"
55
dependencies {
66
compile project(':spring-session-core')
77
compile ("org.springframework.data:spring-data-redis") {
8-
exclude group: "org.slf4j", module: 'slf4j-api'
98
exclude group: "org.slf4j", module: 'jcl-over-slf4j'
109
}
1110

0 commit comments

Comments
 (0)