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") {
dependencies { dependencies {
compile(project(":spring-beans")) compile(project(":spring-beans"))
compile(project(":spring-core")) 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: 'stax', module: 'stax-api'
exclude group: "org.springframework", module: "spring-context" exclude group: "org.springframework", module: "spring-context"
} }

2
spring-oxm/oxm.gradle

@ -5,7 +5,7 @@ configurations {
jibx jibx
} }
dependencies { 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" castor "org.apache.velocity:velocity:1.7"
xjc "com.sun.xml.bind:jaxb-xjc:2.1.17" xjc "com.sun.xml.bind:jaxb-xjc:2.1.17"
xmlbeans "org.apache.xmlbeans:xmlbeans:2.6.0" xmlbeans "org.apache.xmlbeans:xmlbeans:2.6.0"

Loading…
Cancel
Save