Browse Source

Exclude commons-logging dependency in spring-test

pull/30651/head
Sam Brannen 1 year ago
parent
commit
f36327b380
  1. 1
      spring-test/spring-test.gradle

1
spring-test/spring-test.gradle

@ -36,6 +36,7 @@ dependencies { @@ -36,6 +36,7 @@ dependencies {
exclude group: "commons-logging", module: "commons-logging"
}
optional("org.seleniumhq.selenium:htmlunit-driver") {
exclude group: "commons-logging", module: "commons-logging"
exclude group: "net.bytebuddy", module: "byte-buddy"
}
optional("org.seleniumhq.selenium:selenium-java") {

Loading…
Cancel
Save