Browse Source

Upgrade to EhCache 3.0.2 and Castor 1.4.1

pull/1074/head
Juergen Hoeller 9 years ago
parent
commit
3c987b179d
  1. 4
      build.gradle
  2. 2
      spring-oxm/oxm.gradle

4
build.gradle

@ -36,7 +36,7 @@ configure(allprojects) { project -> @@ -36,7 +36,7 @@ configure(allprojects) { project ->
ext.eclipselinkVersion = "2.4.2"
ext.ehcacheVersion = "2.10.2"
ext.ehcachejcacheVersion = "1.0.1"
ext.ehcache3Version = "3.0.1"
ext.ehcache3Version = "3.0.2"
ext.ejbVersion = "3.0"
ext.fileuploadVersion = "1.3.2"
ext.freemarkerVersion = "2.3.23"
@ -566,7 +566,7 @@ project("spring-oxm") { @@ -566,7 +566,7 @@ project("spring-oxm") {
dependencies {
compile(project(":spring-beans"))
compile(project(":spring-core"))
optional("org.codehaus.castor:castor-xml:1.4.0") {
optional("org.codehaus.castor:castor-xml:1.4.1") {
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.4.0"
castor "org.codehaus.castor:castor-anttasks:1.4.1"
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