Reinstate spring-boot-dependencies' exclusion of jcl-over-slf4j
Closes gh-20441
This commit is contained in:
@@ -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") {
|
||||
|
||||
Reference in New Issue
Block a user