Skip to content

Commit 2895a1e

Browse files
committed
Revert Spring WS BOM
1 parent da9660a commit 2895a1e

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

build.gradle

+4-5
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,6 @@ allprojects {
176176
mavenBom "org.jetbrains.kotlinx:kotlinx-coroutines-bom:$kotlinCoroutinesVersion"
177177
mavenBom "org.springframework.amqp:spring-amqp-bom:$springAmqpVersion"
178178
mavenBom "org.springframework.kafka:spring-kafka-bom:$springKafkaVersion"
179-
mavenBom "org.springframework.ws:spring-ws-bom:$springWsVersion"
180179
mavenBom "org.springframework.data:spring-data-bom:$springDataVersion"
181180
mavenBom "org.springframework:spring-framework-bom:$springVersion"
182181
}
@@ -1029,14 +1028,14 @@ project('spring-integration-ws') {
10291028
api project(':spring-integration-core')
10301029
api 'org.springframework:spring-oxm'
10311030
api 'org.springframework:spring-webmvc'
1032-
api('org.springframework.ws:spring-ws-core') {
1031+
api("org.springframework.ws:spring-ws-core:$springWsVersion") {
10331032
exclude group: 'org.springframework'
10341033
}
10351034

10361035
providedImplementation "com.sun.xml.bind:jaxb-impl:$jaxbVersion"
10371036

10381037
testImplementation "com.thoughtworks.xstream:xstream:$xstreamVersion"
1039-
testImplementation('org.springframework.ws:spring-ws-support') {
1038+
testImplementation("org.springframework.ws:spring-ws-support:$springWsVersion") {
10401039
exclude group: 'org.springframework'
10411040
}
10421041
testImplementation 'org.springframework:spring-jms'
@@ -1052,10 +1051,10 @@ project('spring-integration-xml') {
10521051
dependencies {
10531052
api project(':spring-integration-core')
10541053
api 'org.springframework:spring-oxm'
1055-
api('org.springframework.ws:spring-xml') {
1054+
api("org.springframework.ws:spring-xml:$springWsVersion") {
10561055
exclude group: 'org.springframework'
10571056
}
1058-
optionalApi('org.springframework.ws:spring-ws-core') {
1057+
optionalApi("org.springframework.ws:spring-ws-core:$springWsVersion") {
10591058
exclude group: 'org.springframework'
10601059
}
10611060

0 commit comments

Comments
 (0)