From 7c7edd3e40186dbaef06c5006b20fe32b65d3d52 Mon Sep 17 00:00:00 2001 From: Mark Fisher Date: Tue, 21 Dec 2010 19:44:24 -0500 Subject: [PATCH] added stax dependency for xml module tests --- build.gradle | 1 + 1 file changed, 1 insertion(+) diff --git a/build.gradle b/build.gradle index 601ba58e3b..ff6d32896a 100644 --- a/build.gradle +++ b/build.gradle @@ -422,6 +422,7 @@ project('spring-integration-xml') { 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" } }