Browse Source

Upgrade to Castor 1.4

pull/940/head
Juergen Hoeller 9 years ago
parent
commit
b880b4a545
  1. 2
      build.gradle
  2. 2
      spring-oxm/oxm.gradle

2
build.gradle

@ -574,7 +574,7 @@ project("spring-oxm") { @@ -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"
}

2
spring-oxm/oxm.gradle

@ -5,7 +5,7 @@ configurations { @@ -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"

Loading…
Cancel
Save