Upgrade to Castor 1.4

This commit is contained in:
Juergen Hoeller 2015-12-15 11:53:28 +01:00
parent 457fca40f0
commit b880b4a545
2 changed files with 2 additions and 2 deletions

View File

@ -574,7 +574,7 @@ project("spring-oxm") {
dependencies {
compile(project(":spring-beans"))
compile(project(":spring-core"))
optional("org.codehaus.castor:castor-xml:1.3.3") {
optional("org.codehaus.castor:castor-xml:1.4.0") {
exclude group: 'stax', module: 'stax-api'
exclude group: "org.springframework", module: "spring-context"
}

View File

@ -5,7 +5,7 @@ configurations {
jibx
}
dependencies {
castor "org.codehaus.castor:castor-anttasks:1.3.3"
castor "org.codehaus.castor:castor-anttasks:1.4.0"
castor "org.apache.velocity:velocity:1.7"
xjc "com.sun.xml.bind:jaxb-xjc:2.1.17"
xmlbeans "org.apache.xmlbeans:xmlbeans:2.6.0"