@@ -176,7 +176,6 @@ allprojects {
176
176
mavenBom " org.jetbrains.kotlinx:kotlinx-coroutines-bom:$kotlinCoroutinesVersion "
177
177
mavenBom " org.springframework.amqp:spring-amqp-bom:$springAmqpVersion "
178
178
mavenBom " org.springframework.kafka:spring-kafka-bom:$springKafkaVersion "
179
- mavenBom " org.springframework.ws:spring-ws-bom:$springWsVersion "
180
179
mavenBom " org.springframework.data:spring-data-bom:$springDataVersion "
181
180
mavenBom " org.springframework:spring-framework-bom:$springVersion "
182
181
}
@@ -1029,14 +1028,14 @@ project('spring-integration-ws') {
1029
1028
api project(' :spring-integration-core' )
1030
1029
api ' org.springframework:spring-oxm'
1031
1030
api ' org.springframework:spring-webmvc'
1032
- api(' org.springframework.ws:spring-ws-core' ) {
1031
+ api(" org.springframework.ws:spring-ws-core: $s pringWsVersion " ) {
1033
1032
exclude group : ' org.springframework'
1034
1033
}
1035
1034
1036
1035
providedImplementation " com.sun.xml.bind:jaxb-impl:$jaxbVersion "
1037
1036
1038
1037
testImplementation " com.thoughtworks.xstream:xstream:$xstreamVersion "
1039
- testImplementation(' org.springframework.ws:spring-ws-support' ) {
1038
+ testImplementation(" org.springframework.ws:spring-ws-support: $s pringWsVersion " ) {
1040
1039
exclude group : ' org.springframework'
1041
1040
}
1042
1041
testImplementation ' org.springframework:spring-jms'
@@ -1052,10 +1051,10 @@ project('spring-integration-xml') {
1052
1051
dependencies {
1053
1052
api project(' :spring-integration-core' )
1054
1053
api ' org.springframework:spring-oxm'
1055
- api(' org.springframework.ws:spring-xml' ) {
1054
+ api(" org.springframework.ws:spring-xml: $s pringWsVersion " ) {
1056
1055
exclude group : ' org.springframework'
1057
1056
}
1058
- optionalApi(' org.springframework.ws:spring-ws-core' ) {
1057
+ optionalApi(" org.springframework.ws:spring-ws-core: $s pringWsVersion " ) {
1059
1058
exclude group : ' org.springframework'
1060
1059
}
1061
1060
0 commit comments