trying a different jaxb version

This commit is contained in:
Mark Fisher
2010-12-21 19:33:33 -05:00
parent 42b0c5f581
commit c866dee048

View File

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