From fef6b356f8722df05073fd515dcc3f1ea37a7ab3 Mon Sep 17 00:00:00 2001 From: Gunnar Hillert Date: Fri, 26 Oct 2012 18:00:49 -0400 Subject: [PATCH] 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 --- build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index b9a70c12d7..321f896b96 100644 --- a/build.gradle +++ b/build.gradle @@ -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'