We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
saaj
1 parent 145c845 commit 9a54c2dCopy full SHA for 9a54c2d
build.gradle
@@ -97,7 +97,6 @@ ext {
97
resilience4jVersion = '1.7.1'
98
romeToolsVersion = '1.18.0'
99
rsocketVersion = '1.1.3'
100
- saajVersion = '3.0.0'
101
servletApiVersion = '5.0.0'
102
smackVersion = '4.4.6'
103
springAmqpVersion = project.hasProperty('springAmqpVersion') ? project.springAmqpVersion : '3.0.0-M4'
@@ -1010,7 +1009,6 @@ project('spring-integration-ws') {
1010
1009
}
1011
1012
providedImplementation "com.sun.xml.bind:jaxb-impl:$jaxbVersion"
1013
- providedImplementation "com.sun.xml.messaging.saaj:saaj-impl:$saajVersion"
1014
1015
testImplementation "com.thoughtworks.xstream:xstream:$xstreamVersion"
1016
testImplementation("org.springframework.ws:spring-ws-support:$springWsVersion") {
0 commit comments