From 110d4db690067b21a9277be36e648ceee94553e9 Mon Sep 17 00:00:00 2001 From: Gary Russell Date: Sun, 8 Aug 2010 23:57:30 +0000 Subject: [PATCH] INT-1307 Add jaxb-impl to POM in XML module for Java 5 Compatibility --- spring-integration-xml/pom.xml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/spring-integration-xml/pom.xml b/spring-integration-xml/pom.xml index e671d9571a..773d111fd1 100644 --- a/spring-integration-xml/pom.xml +++ b/spring-integration-xml/pom.xml @@ -42,6 +42,12 @@ 2.1 provided + + com.sun.xml.bind + jaxb-impl + 2.1.13 + provided + org.springframework spring-context