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

Closes gh-20441
pull/20495/head
Andy Wilkinson 5 years ago
parent 8282c1b897
commit de59586170

@ -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") {

Loading…
Cancel
Save