mirror of
https://github.com/spring-projects/spring-framework.git
synced 2026-05-02 20:09:31 +01:00
Upgrade to Castor 1.4
This commit is contained in:
+1
-1
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user