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
@@ -23,16 +23,13 @@ dependencies {
|
||||
optional("org.assertj:assertj-core")
|
||||
optional("org.hamcrest:hamcrest-core")
|
||||
optional("org.hamcrest:hamcrest-library")
|
||||
optional("org.htmlunit:htmlunit") {
|
||||
exclude(group: "commons-logging", module: "commons-logging")
|
||||
}
|
||||
optional("org.htmlunit:htmlunit")
|
||||
optional("org.jetbrains.kotlin:kotlin-stdlib")
|
||||
optional("org.jetbrains.kotlin:kotlin-reflect")
|
||||
optional("org.junit.jupiter:junit-jupiter-api")
|
||||
optional("org.mockito:mockito-core")
|
||||
optional("org.skyscreamer:jsonassert")
|
||||
optional("org.seleniumhq.selenium:htmlunit3-driver") {
|
||||
exclude(group: "commons-logging", module: "commons-logging")
|
||||
exclude(group: "com.sun.activation", module: "jakarta.activation")
|
||||
}
|
||||
optional("org.seleniumhq.selenium:selenium-api")
|
||||
|
||||
Reference in New Issue
Block a user