We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d19920a commit 450ef36Copy full SHA for 450ef36
spring-boot-project/spring-boot-starters/spring-boot-starter-data-cassandra-reactive/build.gradle
@@ -8,6 +8,8 @@ dependencies {
8
api(platform(project(":spring-boot-project:spring-boot-dependencies")))
9
api(project(":spring-boot-project:spring-boot-starters:spring-boot-starter"))
10
api("org.springframework:spring-tx")
11
- api("org.springframework.data:spring-data-cassandra")
+ api("org.springframework.data:spring-data-cassandra") {
12
+ exclude group: "org.slf4j", module: "jcl-over-slf4j"
13
+ }
14
api("io.projectreactor:reactor-core")
15
}
0 commit comments