We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea9c0ae commit f36327bCopy full SHA for f36327b
spring-test/spring-test.gradle
@@ -36,6 +36,7 @@ dependencies {
36
exclude group: "commons-logging", module: "commons-logging"
37
}
38
optional("org.seleniumhq.selenium:htmlunit-driver") {
39
+ exclude group: "commons-logging", module: "commons-logging"
40
exclude group: "net.bytebuddy", module: "byte-buddy"
41
42
optional("org.seleniumhq.selenium:selenium-java") {
0 commit comments