added stax dependency for xml module tests

This commit is contained in:
Mark Fisher
2010-12-21 19:44:24 -05:00
parent c866dee048
commit 7c7edd3e40

View File

@@ -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"
}
}