From 64624490bf56b377a4dab014326261f8d9034c6b Mon Sep 17 00:00:00 2001 From: David Syer Date: Thu, 12 Aug 2010 11:58:01 +0000 Subject: [PATCH] Push Java 5 dependencies into a profile --- spring-integration-ws/.classpath | 20 ++++++++-------- spring-integration-ws/pom.xml | 40 +++++++++++++++++++++++++------- spring-integration-xml/pom.xml | 26 ++++++++++----------- 3 files changed, 55 insertions(+), 31 deletions(-) diff --git a/spring-integration-ws/.classpath b/spring-integration-ws/.classpath index ddc9103c5c..c6c41618dd 100644 --- a/spring-integration-ws/.classpath +++ b/spring-integration-ws/.classpath @@ -1,10 +1,10 @@ - - - - - - - - - - + + + + + + + + + + diff --git a/spring-integration-ws/pom.xml b/spring-integration-ws/pom.xml index 88a5e9f54b..dac246510c 100644 --- a/spring-integration-ws/pom.xml +++ b/spring-integration-ws/pom.xml @@ -12,18 +12,47 @@ spring-integration-ws jar Spring Integration Web Services Support + + + tiger + + 1.5 + + + + stax + stax + 1.2.0 + true + + + javax.xml.bind + jaxb-api + + 2.1 + true + + + com.sun.xml.bind + jaxb-impl + 2.1.13 + true + + + + com.sun.xml.messaging.saaj saaj-impl 1.3 - provided + true javax.xml.soap saaj-api 1.3 - provided + true + 2.1 + true + + + com.sun.xml.bind + jaxb-impl + 2.1.13 + true + @@ -35,19 +48,6 @@ 1.1.1 provided - - javax.xml.bind - jaxb-api - - 2.1 - provided - - - com.sun.xml.bind - jaxb-impl - 2.1.13 - provided - org.springframework spring-context