Exclude commons-logging dependency in spring-test
This commit is contained in:
parent
ea9c0ae6c0
commit
f36327b380
|
|
@ -36,6 +36,7 @@ dependencies {
|
||||||
exclude group: "commons-logging", module: "commons-logging"
|
exclude group: "commons-logging", module: "commons-logging"
|
||||||
}
|
}
|
||||||
optional("org.seleniumhq.selenium:htmlunit-driver") {
|
optional("org.seleniumhq.selenium:htmlunit-driver") {
|
||||||
|
exclude group: "commons-logging", module: "commons-logging"
|
||||||
exclude group: "net.bytebuddy", module: "byte-buddy"
|
exclude group: "net.bytebuddy", module: "byte-buddy"
|
||||||
}
|
}
|
||||||
optional("org.seleniumhq.selenium:selenium-java") {
|
optional("org.seleniumhq.selenium:selenium-java") {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue