File tree Expand file tree Collapse file tree 5 files changed +8
-19
lines changed Expand file tree Collapse file tree 5 files changed +8
-19
lines changed Original file line number Diff line number Diff line change @@ -6,4 +6,4 @@ org.gradle.parallel=true
66versionUpgradePolicy =any
77
88compatibilityTestPluginVersion =0.0.3
9- springFrameworkVersion =7.0.0-M5
9+ springFrameworkVersion =7.0.0-SNAPSHOT
Original file line number Diff line number Diff line change @@ -19,16 +19,10 @@ dependencies {
1919
2020 optional(" jakarta.mail:jakarta.mail-api" )
2121 optional(" jakarta.servlet:jakarta.servlet-api" )
22- optional(" org.apache.httpcomponents:httpclient" ) {
23- exclude(group : " commons-logging" , module : " commons-logging" )
24- }
22+ optional(" org.apache.httpcomponents:httpclient" )
2523 optional(" org.apache.httpcomponents.client5:httpclient5" )
26- optional(" org.apache.ws.commons.axiom:axiom-impl" ) {
27- exclude(group : " commons-logging" , module : " commons-logging" )
28- }
29- optional(" org.apache.ws.commons.axiom:axiom-legacy-attachments" ) {
30- exclude(group : " commons-logging" , module : " commons-logging" )
31- }
24+ optional(" org.apache.ws.commons.axiom:axiom-impl" )
25+ optional(" org.apache.ws.commons.axiom:axiom-legacy-attachments" )
3226 optional(" org.apache.ws.xmlschema:xmlschema-core" )
3327 optional(" org.dom4j:dom4j" )
3428 optional(" org.jdom:jdom2" )
Original file line number Diff line number Diff line change @@ -23,6 +23,7 @@ dependencies {
2323 api(" com.icegreen:greenmail-spring:2.1.3" )
2424 api(" com.sun.xml.messaging.saaj:saaj-impl:3.0.4" )
2525 api(" commons-io:commons-io:2.19.0" )
26+ api(" commons-logging:commons-logging:1.3.5" )
2627 api(" jakarta.activation:jakarta.activation-api:2.1.3" )
2728 api(" jakarta.annotation:jakarta.annotation-api:2.1.1" )
2829 api(" jakarta.jms:jakarta.jms-api:3.1.0" )
Original file line number Diff line number Diff line change @@ -23,12 +23,8 @@ dependencies {
2323 api(" org.springframework.security:spring-security-core" )
2424
2525 optional(" com.sun.xml.messaging.saaj:saaj-impl" )
26- optional(" org.apache.ws.commons.axiom:axiom-impl" ) {
27- exclude(group : " commons-logging" , module : " commons-logging" )
28- }
29- optional(" org.apache.ws.commons.axiom:axiom-legacy-attachments" ) {
30- exclude(group : " commons-logging" , module : " commons-logging" )
31- }
26+ optional(" org.apache.ws.commons.axiom:axiom-impl" )
27+ optional(" org.apache.ws.commons.axiom:axiom-legacy-attachments" )
3228
3329 testImplementation(" org.apache.logging.log4j:log4j-core" )
3430 testImplementation(" org.apache.logging.log4j:log4j-slf4j2-impl" )
Original file line number Diff line number Diff line change @@ -27,9 +27,7 @@ dependencies {
2727 testImplementation(" com.icegreen:greenmail-junit5" )
2828 testImplementation(" com.icegreen:greenmail-spring" )
2929 testImplementation(" jakarta.annotation:jakarta.annotation-api" )
30- testImplementation(" org.apache.activemq:activemq-broker" ) {
31- exclude(group : " commons-logging" , module : " commons-logging" )
32- }
30+ testImplementation(" org.apache.activemq:activemq-broker" )
3331 testImplementation(" org.apache.httpcomponents.client5:httpclient5" )
3432 testImplementation(" org.apache.logging.log4j:log4j-core" )
3533 testImplementation(" org.apache.logging.log4j:log4j-slf4j2-impl" )
You can’t perform that action at this time.
0 commit comments