Skip to content

Commit

Permalink
Exclude jcl-over-slf4j also on Reactive Cassandra starter
Browse files Browse the repository at this point in the history
  • Loading branch information
dreis2211 authored and snicoll committed Feb 12, 2020
1 parent d19920a commit 450ef36
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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")
}

0 comments on commit 450ef36

Please sign in to comment.