File tree Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -81,6 +81,7 @@ dependencies {
81
81
testImplementation " org.mockito:mockito-inline"
82
82
testImplementation (' org.openid4java:openid4java-nodeps' ) {
83
83
exclude group : ' com.google.code.guice' , module : ' guice'
84
+ exclude group : ' commons-logging' , module : ' commons-logging'
84
85
}
85
86
testImplementation(' org.seleniumhq.selenium:htmlunit-driver' ) {
86
87
exclude group : ' commons-logging' , module : ' commons-logging'
Original file line number Diff line number Diff line change @@ -25,7 +25,6 @@ dependencies {
25
25
api " com.unboundid:unboundid-ldapsdk:4.0.14"
26
26
api " commons-codec:commons-codec:1.15"
27
27
api " commons-collections:commons-collections:3.2.2"
28
- api " commons-logging:commons-logging:1.2"
29
28
api " io.mockk:mockk:1.12.1"
30
29
api " io.projectreactor.tools:blockhound:1.0.6.RELEASE"
31
30
api " javax.annotation:jsr250-api:1.0"
Original file line number Diff line number Diff line change @@ -16,6 +16,7 @@ dependencies {
16
16
// We use the maven central version here instead.
17
17
api(' org.openid4java:openid4java-nodeps' ) {
18
18
exclude group : ' com.google.code.guice' , module : ' guice'
19
+ exclude group : ' commons-logging' , module : ' commons-logging'
19
20
}
20
21
api ' org.springframework:spring-aop'
21
22
api ' org.springframework:spring-beans'
@@ -26,7 +27,9 @@ dependencies {
26
27
provided ' javax.servlet:javax.servlet-api'
27
28
28
29
runtimeOnly ' net.sourceforge.nekohtml:nekohtml'
29
- runtimeOnly ' org.apache.httpcomponents:httpclient'
30
+ runtimeOnly(' org.apache.httpcomponents:httpclient' ) {
31
+ exclude group : ' commons-logging' , module : ' commons-logging'
32
+ }
30
33
31
34
testImplementation " org.assertj:assertj-core"
32
35
testImplementation " org.junit.jupiter:junit-jupiter-api"
You can’t perform that action at this time.
0 commit comments