From 1368bb119f1664cf8ac88f2bd19e8243348b487d Mon Sep 17 00:00:00 2001 From: Oleg Zhurakousky Date: Tue, 29 Nov 2011 14:49:54 -0500 Subject: [PATCH] INT-2267, INT-2286 removed unnecessary dependencies --- build.gradle | 5 +-- spring-integration-xml/pom.xml | 68 +++++++++++++--------------------- 2 files changed, 26 insertions(+), 47 deletions(-) diff --git a/build.gradle b/build.gradle index 5996bca893..bb33ad4f8e 100644 --- a/build.gradle +++ b/build.gradle @@ -510,10 +510,7 @@ project('spring-integration-xml') { } compile("javax.activation:activation:$javaxActivationVersion") { optional = true } testCompile project(":spring-integration-test") - testCompile "javax.xml:jaxb-api:2.0EA3" - testCompile "javax.xml:jaxb-impl:2.0EA3" - testCompile "stax:stax-api:1.0.1" - testCompile "xmlunit:xmlunit:1.2" + testCompile "xmlunit:xmlunit:1.3" } } diff --git a/spring-integration-xml/pom.xml b/spring-integration-xml/pom.xml index d70491c20b..e685a1a5e6 100644 --- a/spring-integration-xml/pom.xml +++ b/spring-integration-xml/pom.xml @@ -89,26 +89,16 @@ - org.springframework.ws - spring-xml - 2.0.2.RELEASE - compile - - - spring-core - org.springframework - - - spring-beans - org.springframework - - + org.springframework.integration + spring-integration-test + 2.1.0.BUILD-SNAPSHOT + test - xmlunit - xmlunit - 1.2 - test + org.springframework.integration + spring-integration-core + 2.1.0.BUILD-SNAPSHOT + compile org.springframework @@ -123,9 +113,9 @@ compile - javax.xml - jaxb-impl - 2.0EA3 + xmlunit + xmlunit + 1.3 test @@ -140,24 +130,12 @@ 1.2.12 test - - javax.xml - jaxb-api - 2.0EA3 - test - org.easymock easymock 2.3 test - - org.springframework.integration - spring-integration-test - 2.1.0.BUILD-SNAPSHOT - test - org.easymock easymockclassextension @@ -165,10 +143,20 @@ test - stax - stax-api - 1.0.1 - test + org.springframework.ws + spring-xml + 2.0.3.RELEASE + compile + + + spring-core + org.springframework + + + spring-beans + org.springframework + + javax.activation @@ -189,12 +177,6 @@ 1.1 test - - org.springframework.integration - spring-integration-core - 2.1.0.BUILD-SNAPSHOT - compile - org.mockito mockito-all