Replace spring-jcl with vanilla commons-logging
See gh-45487 Co-authored-by: Phillip Webb <phil.webb@broadcom.com>
This commit is contained in:
committed by
Phillip Webb
parent
111e710576
commit
6fceab2c90
@@ -39,9 +39,7 @@ dependencies {
|
||||
optional("org.cyclonedx:cyclonedx-gradle-plugin") {
|
||||
exclude(group: "org.apache.maven", module: "maven-core")
|
||||
}
|
||||
optional("org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlinVersion") {
|
||||
exclude(group: "commons-logging", module: "commons-logging")
|
||||
}
|
||||
optional("org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlinVersion")
|
||||
|
||||
testImplementation(project(":spring-boot-project:spring-boot-tools:spring-boot-gradle-test-support"))
|
||||
testImplementation(project(":spring-boot-project:spring-boot-tools:spring-boot-test-support"))
|
||||
|
||||
Reference in New Issue
Block a user