Exclude jcl-over-slf4j also on Reactive Cassandra starter

See gh-20141
This commit is contained in:
dreis2211
2020-02-12 14:40:31 +01:00
committed by Stephane Nicoll
parent d19920ae39
commit 450ef36c72

View File

@@ -8,6 +8,8 @@ dependencies {
api(platform(project(":spring-boot-project:spring-boot-dependencies")))
api(project(":spring-boot-project:spring-boot-starters:spring-boot-starter"))
api("org.springframework:spring-tx")
api("org.springframework.data:spring-data-cassandra")
api("org.springframework.data:spring-data-cassandra") {
exclude group: "org.slf4j", module: "jcl-over-slf4j"
}
api("io.projectreactor:reactor-core")
}