Commit de595861 authored by Andy Wilkinson's avatar Andy Wilkinson

Reinstate spring-boot-dependencies' exclusion of jcl-over-slf4j

Closes gh-20441
parent 8282c1b8
......@@ -164,6 +164,11 @@ bom {
imports = [
"java-driver-bom"
]
modules = [
"java-driver-core" {
exclude group: "org.slf4j", module: "jcl-over-slf4j"
}
]
}
}
library("Classmate", "1.5.1") {
......
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