From 685467f42eff51308bf9b2f36a05d83adbc49509 Mon Sep 17 00:00:00 2001 From: Chris Beams Date: Wed, 22 Dec 2010 14:05:38 -0800 Subject: [PATCH] Reflect recent jaxb/stax updates in generated poms --- spring-integration-xml/pom.xml | 40 ++++++++++++++++++++++------------ 1 file changed, 26 insertions(+), 14 deletions(-) diff --git a/spring-integration-xml/pom.xml b/spring-integration-xml/pom.xml index 6384cda3fa..a06030f059 100644 --- a/spring-integration-xml/pom.xml +++ b/spring-integration-xml/pom.xml @@ -70,12 +70,6 @@ - - javax.xml - jaxb-api - 2.1 - test - org.springframework spring-context @@ -94,6 +88,12 @@ 1.2 test + + javax.xml + jaxb-impl + 2.0EA3 + test + cglib cglib-nodep @@ -106,6 +106,12 @@ 1.2.12 test + + javax.xml + jaxb-api + 2.0EA3 + test + org.easymock easymock @@ -118,6 +124,12 @@ 2.3 test + + stax + stax-api + 1.0.1 + test + org.springframework.integration spring-integration-test @@ -132,10 +144,10 @@ true - org.springframework - spring-test - 3.0.5.RELEASE - test + org.springframework.ws + spring-xml + 1.5.9 + compile org.hamcrest @@ -144,10 +156,10 @@ test - org.springframework.ws - spring-xml - 1.5.9 - compile + org.springframework + spring-test + 3.0.5.RELEASE + test org.mockito