Skip to content

Commit 4a0b8bb

Browse files
committed
Start using Cassandra Driver's bom
Fixes gh-20441
1 parent b63a7c4 commit 4a0b8bb

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

spring-boot-project/spring-boot-dependencies/build.gradle

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -161,11 +161,8 @@ bom {
161161
}
162162
library("Cassandra Driver", "4.5.0") {
163163
group("com.datastax.oss") {
164-
modules = [
165-
"java-driver-core" {
166-
exclude group: "org.slf4j", module: "jcl-over-slf4j"
167-
},
168-
"java-drive-query-builder"
164+
imports = [
165+
"java-driver-bom"
169166
]
170167
}
171168
}

0 commit comments

Comments
 (0)