Commit 1b4a3dfa authored by Stephane Nicoll's avatar Stephane Nicoll

Merge pull request #20141 from dreis2211

* pr/20141:
  Exclude jcl-over-slf4j also on Reactive Cassandra starter

Closes gh-20141
parents d19920ae 450ef36c
...@@ -8,6 +8,8 @@ dependencies { ...@@ -8,6 +8,8 @@ dependencies {
api(platform(project(":spring-boot-project:spring-boot-dependencies"))) api(platform(project(":spring-boot-project:spring-boot-dependencies")))
api(project(":spring-boot-project:spring-boot-starters:spring-boot-starter")) api(project(":spring-boot-project:spring-boot-starters:spring-boot-starter"))
api("org.springframework:spring-tx") 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") api("io.projectreactor:reactor-core")
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment