From c866dee048a6556397cb97e8b969e025f1dc6d84 Mon Sep 17 00:00:00 2001 From: Mark Fisher Date: Tue, 21 Dec 2010 19:33:33 -0500 Subject: [PATCH] trying a different jaxb version --- build.gradle | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index d574b41d8f..601ba58e3b 100644 --- a/build.gradle +++ b/build.gradle @@ -420,7 +420,8 @@ project('spring-integration-xml') { compile "org.springframework.ws:spring-xml:$springWsVersion" compile("javax.activation:activation:$javaxActivationVersion") { optional = true } testCompile project(":spring-integration-test") - testCompile "javax.xml:jaxb-api:2.1" + testCompile "javax.xml:jaxb-api:2.0EA3" + testCompile "javax.xml:jaxb-impl:2.0EA3" testCompile "xmlunit:xmlunit:1.2" } }