Skip to content

Commit 9a54c2d

Browse files
committed
Remove saaj dep: it comes from spring-ws-core
1 parent 145c845 commit 9a54c2d

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

build.gradle

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,6 @@ ext {
9797
resilience4jVersion = '1.7.1'
9898
romeToolsVersion = '1.18.0'
9999
rsocketVersion = '1.1.3'
100-
saajVersion = '3.0.0'
101100
servletApiVersion = '5.0.0'
102101
smackVersion = '4.4.6'
103102
springAmqpVersion = project.hasProperty('springAmqpVersion') ? project.springAmqpVersion : '3.0.0-M4'
@@ -1010,7 +1009,6 @@ project('spring-integration-ws') {
10101009
}
10111010

10121011
providedImplementation "com.sun.xml.bind:jaxb-impl:$jaxbVersion"
1013-
providedImplementation "com.sun.xml.messaging.saaj:saaj-impl:$saajVersion"
10141012

10151013
testImplementation "com.thoughtworks.xstream:xstream:$xstreamVersion"
10161014
testImplementation("org.springframework.ws:spring-ws-support:$springWsVersion") {

0 commit comments

Comments
 (0)