diff --git a/build.gradle b/build.gradle
index 5085bc1bae..9bc2aec37e 100644
--- a/build.gradle
+++ b/build.gradle
@@ -123,7 +123,7 @@ configure(javaprojects) {
mockitoVersion = '1.8.4'
springVersion = '3.0.5.RELEASE'
springSecurityVersion = '3.0.5.RELEASE'
- springWsVersion = '1.5.9'
+ springWsVersion = '2.0.2.RELEASE'
sourceSets {
test {
diff --git a/spring-integration-ws/pom.xml b/spring-integration-ws/pom.xml
index 8d6d12e2b8..4904b302f8 100644
--- a/spring-integration-ws/pom.xml
+++ b/spring-integration-ws/pom.xml
@@ -4,7 +4,7 @@
4.0.0
org.springframework.integration
spring-integration-ws
- 2.0.4.RELEASE
+ 2.0.5.BUILD-SNAPSHOT
Spring Integration Web Services Support
@@ -119,18 +119,18 @@
3.0.5.RELEASE
compile
-
- org.springframework.ws
- spring-ws-core
- 1.5.9
- compile
-
log4j
log4j
1.2.12
test
+
+ org.springframework.ws
+ spring-ws-core
+ 2.0.2.RELEASE
+ compile
+
cglib
cglib-nodep
@@ -171,7 +171,7 @@
org.springframework.integration
spring-integration-test
- 2.0.4.RELEASE
+ 2.0.5.BUILD-SNAPSHOT
test
@@ -202,7 +202,7 @@
org.springframework.integration
spring-integration-core
- 2.0.4.RELEASE
+ 2.0.5.BUILD-SNAPSHOT
compile
diff --git a/spring-integration-ws/src/test/java/org/springframework/integration/ws/config/WebServiceInboundGatewayParserTests-context.xml b/spring-integration-ws/src/test/java/org/springframework/integration/ws/config/WebServiceInboundGatewayParserTests-context.xml
index 02f4b53f71..b744082a69 100644
--- a/spring-integration-ws/src/test/java/org/springframework/integration/ws/config/WebServiceInboundGatewayParserTests-context.xml
+++ b/spring-integration-ws/src/test/java/org/springframework/integration/ws/config/WebServiceInboundGatewayParserTests-context.xml
@@ -41,7 +41,7 @@
header-mapper="testHeaderMapper"/>
-
+
diff --git a/spring-integration-ws/src/test/java/org/springframework/integration/ws/config/WebServiceInboundGatewayParserTests.java b/spring-integration-ws/src/test/java/org/springframework/integration/ws/config/WebServiceInboundGatewayParserTests.java
index ee51dd554c..9e9b864d03 100644
--- a/spring-integration-ws/src/test/java/org/springframework/integration/ws/config/WebServiceInboundGatewayParserTests.java
+++ b/spring-integration-ws/src/test/java/org/springframework/integration/ws/config/WebServiceInboundGatewayParserTests.java
@@ -47,8 +47,8 @@ import org.springframework.integration.mapping.HeaderMapper;
import org.springframework.integration.test.util.TestUtils;
import org.springframework.integration.ws.MarshallingWebServiceInboundGateway;
import org.springframework.integration.ws.SimpleWebServiceInboundGateway;
-import org.springframework.oxm.AbstractMarshaller;
import org.springframework.oxm.Unmarshaller;
+import org.springframework.oxm.support.AbstractMarshaller;
import org.springframework.test.context.ContextConfiguration;
import org.springframework.test.context.junit4.SpringJUnit4ClassRunner;
import org.springframework.ws.context.DefaultMessageContext;