INT-2794 - Spring Integration WS should depend on spring-webmvc
INT-2795 - Update Spring WS dependency to 2.1.1.RELEASE INT-2796 - Update Spring-XML dependency to 2.1.1.RELEASE Reference: https://jira.springsource.org/browse/INT-2794
This commit is contained in:
committed by
Mark Fisher
parent
57e7e400ca
commit
fef6b356f8
@@ -56,7 +56,7 @@ subprojects { subproject ->
|
||||
springGemfireVersion = '1.1.1.RELEASE'
|
||||
springSecurityVersion = '3.1.0.RELEASE'
|
||||
springSocialTwitterVersion = '1.0.1.RELEASE'
|
||||
springWsVersion = '2.1.0.RELEASE'
|
||||
springWsVersion = '2.1.1.RELEASE'
|
||||
springRetryVersion = '1.0.2.RELEASE'
|
||||
}
|
||||
|
||||
@@ -861,7 +861,7 @@ project('spring-integration-ws') {
|
||||
compile project(":spring-integration-core")
|
||||
compile "org.springframework:spring-expression:$springVersion"
|
||||
compile "org.springframework:spring-oxm:$springVersion"
|
||||
compile "org.springframework:spring-web:$springVersion"
|
||||
compile "org.springframework:spring-webmvc:$springVersion"
|
||||
compile ("org.springframework.ws:spring-ws-core:$springWsVersion") {
|
||||
exclude group: 'org.springframework', module: 'spring-webmvc'
|
||||
exclude group: 'org.springframework', module: 'spring-web'
|
||||
|
||||
Reference in New Issue
Block a user