Skip to content

Commit f36327b

Browse files
committed
Exclude commons-logging dependency in spring-test
1 parent ea9c0ae commit f36327b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

spring-test/spring-test.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ dependencies {
3636
exclude group: "commons-logging", module: "commons-logging"
3737
}
3838
optional("org.seleniumhq.selenium:htmlunit-driver") {
39+
exclude group: "commons-logging", module: "commons-logging"
3940
exclude group: "net.bytebuddy", module: "byte-buddy"
4041
}
4142
optional("org.seleniumhq.selenium:selenium-java") {

0 commit comments

Comments
 (0)