Commit 4a0b8bb5 authored by Andy Wilkinson's avatar Andy Wilkinson

Start using Cassandra Driver's bom

Fixes gh-20441
parent b63a7c46
......@@ -161,11 +161,8 @@ bom {
}
library("Cassandra Driver", "4.5.0") {
group("com.datastax.oss") {
modules = [
"java-driver-core" {
exclude group: "org.slf4j", module: "jcl-over-slf4j"
},
"java-drive-query-builder"
imports = [
"java-driver-bom"
]
}
}
......
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