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

Closes gh-20441
This commit is contained in:
Andy Wilkinson
2020-03-10 19:59:29 +00:00
parent 8282c1b897
commit de59586170

View File

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