Upgrade to Castor 1.4
This commit is contained in:
parent
457fca40f0
commit
b880b4a545
|
|
@ -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"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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…
Reference in New Issue