Skip to content

Commit 1b4a3df

Browse files
committed
Merge pull request #20141 from dreis2211
* pr/20141: Exclude jcl-over-slf4j also on Reactive Cassandra starter Closes gh-20141
2 parents d19920a + 450ef36 commit 1b4a3df

File tree

1 file changed

+3
-1
lines changed
  • spring-boot-project/spring-boot-starters/spring-boot-starter-data-cassandra-reactive

1 file changed

+3
-1
lines changed

spring-boot-project/spring-boot-starters/spring-boot-starter-data-cassandra-reactive/build.gradle

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ dependencies {
88
api(platform(project(":spring-boot-project:spring-boot-dependencies")))
99
api(project(":spring-boot-project:spring-boot-starters:spring-boot-starter"))
1010
api("org.springframework:spring-tx")
11-
api("org.springframework.data:spring-data-cassandra")
11+
api("org.springframework.data:spring-data-cassandra") {
12+
exclude group: "org.slf4j", module: "jcl-over-slf4j"
13+
}
1214
api("io.projectreactor:reactor-core")
1315
}

0 commit comments

Comments
 (0)