@@ -168,6 +168,7 @@ allprojects {
168
168
mavenBom " org.springframework.data:spring-data-bom:$springDataVersion "
169
169
mavenBom " org.springframework.amqp:spring-amqp-bom:$springAmqpVersion "
170
170
mavenBom " org.springframework.kafka:spring-kafka-bom:$springKafkaVersion "
171
+ mavenBom " org.springframework.ws:spring-ws-bom:$springWsVersion "
171
172
mavenBom " io.projectreactor:reactor-bom:$reactorVersion "
172
173
mavenBom " org.apache.logging.log4j:log4j-bom:$log4jVersion "
173
174
mavenBom " org.mockito:mockito-bom:$mockitoVersion "
@@ -1028,14 +1029,14 @@ project('spring-integration-ws') {
1028
1029
api project(' :spring-integration-core' )
1029
1030
api ' org.springframework:spring-oxm'
1030
1031
api ' org.springframework:spring-webmvc'
1031
- api(" org.springframework.ws:spring-ws-core: $s pringWsVersion " ) {
1032
+ api(' org.springframework.ws:spring-ws-core' ) {
1032
1033
exclude group : ' org.springframework'
1033
1034
}
1034
1035
1035
1036
providedImplementation " com.sun.xml.bind:jaxb-impl:$jaxbVersion "
1036
1037
1037
1038
testImplementation " com.thoughtworks.xstream:xstream:$xstreamVersion "
1038
- testImplementation(" org.springframework.ws:spring-ws-support: $s pringWsVersion " ) {
1039
+ testImplementation(' org.springframework.ws:spring-ws-support' ) {
1039
1040
exclude group : ' org.springframework'
1040
1041
}
1041
1042
testImplementation ' org.springframework:spring-jms'
@@ -1051,10 +1052,10 @@ project('spring-integration-xml') {
1051
1052
dependencies {
1052
1053
api project(' :spring-integration-core' )
1053
1054
api ' org.springframework:spring-oxm'
1054
- api(" org.springframework.ws:spring-xml: $s pringWsVersion " ) {
1055
+ api(' org.springframework.ws:spring-xml' ) {
1055
1056
exclude group : ' org.springframework'
1056
1057
}
1057
- optionalApi(" org.springframework.ws:spring-ws-core: $s pringWsVersion " ) {
1058
+ optionalApi(' org.springframework.ws:spring-ws-core' ) {
1058
1059
exclude group : ' org.springframework'
1059
1060
}
1060
1061
0 commit comments