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
6
6
versionUpgradePolicy =any
7
7
8
8
compatibilityTestPluginVersion =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 {
19
19
20
20
optional(" jakarta.mail:jakarta.mail-api" )
21
21
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" )
25
23
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" )
32
26
optional(" org.apache.ws.xmlschema:xmlschema-core" )
33
27
optional(" org.dom4j:dom4j" )
34
28
optional(" org.jdom:jdom2" )
Original file line number Diff line number Diff line change @@ -23,6 +23,7 @@ dependencies {
23
23
api(" com.icegreen:greenmail-spring:2.1.3" )
24
24
api(" com.sun.xml.messaging.saaj:saaj-impl:3.0.4" )
25
25
api(" commons-io:commons-io:2.19.0" )
26
+ api(" commons-logging:commons-logging:1.3.5" )
26
27
api(" jakarta.activation:jakarta.activation-api:2.1.3" )
27
28
api(" jakarta.annotation:jakarta.annotation-api:2.1.1" )
28
29
api(" jakarta.jms:jakarta.jms-api:3.1.0" )
Original file line number Diff line number Diff line change @@ -23,12 +23,8 @@ dependencies {
23
23
api(" org.springframework.security:spring-security-core" )
24
24
25
25
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" )
32
28
33
29
testImplementation(" org.apache.logging.log4j:log4j-core" )
34
30
testImplementation(" org.apache.logging.log4j:log4j-slf4j2-impl" )
Original file line number Diff line number Diff line change @@ -27,9 +27,7 @@ dependencies {
27
27
testImplementation(" com.icegreen:greenmail-junit5" )
28
28
testImplementation(" com.icegreen:greenmail-spring" )
29
29
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" )
33
31
testImplementation(" org.apache.httpcomponents.client5:httpclient5" )
34
32
testImplementation(" org.apache.logging.log4j:log4j-core" )
35
33
testImplementation(" org.apache.logging.log4j:log4j-slf4j2-impl" )
You can’t perform that action at this time.
0 commit comments