|
|
|
|
@ -32,11 +32,11 @@ configure(allprojects) { project ->
@@ -32,11 +32,11 @@ configure(allprojects) { project ->
|
|
|
|
|
version = qualifyVersionIfNecessary(version) |
|
|
|
|
|
|
|
|
|
ext.aspectjVersion = "1.8.9" |
|
|
|
|
ext.caffeineVersion = "2.3.2" |
|
|
|
|
ext.caffeineVersion = "2.3.3" |
|
|
|
|
ext.eclipselinkVersion = "2.4.2" |
|
|
|
|
ext.ehcacheVersion = "2.10.2" |
|
|
|
|
ext.ehcachejcacheVersion = "1.0.1" |
|
|
|
|
ext.ehcache3Version = "3.1.1" |
|
|
|
|
ext.ehcache3Version = "3.1.2" |
|
|
|
|
ext.ejbVersion = "3.0" |
|
|
|
|
ext.fileuploadVersion = "1.3.2" |
|
|
|
|
ext.freemarkerVersion = "2.3.23" |
|
|
|
|
@ -67,7 +67,7 @@ configure(allprojects) { project ->
@@ -67,7 +67,7 @@ configure(allprojects) { project ->
|
|
|
|
|
ext.openjpaVersion = "2.4.1" |
|
|
|
|
ext.poiVersion = "3.14" |
|
|
|
|
ext.reactorVersion = "2.0.8.RELEASE" |
|
|
|
|
ext.romeVersion = "1.6.0" |
|
|
|
|
ext.romeVersion = "1.7.0" |
|
|
|
|
ext.slf4jVersion = "1.7.21" |
|
|
|
|
ext.snakeyamlVersion = "1.17" |
|
|
|
|
ext.snifferVersion = "1.15" |
|
|
|
|
@ -357,7 +357,7 @@ project("spring-core") {
@@ -357,7 +357,7 @@ project("spring-core") {
|
|
|
|
|
optional("log4j:log4j:${log4jVersion}") |
|
|
|
|
testCompile("org.apache.tomcat.embed:tomcat-embed-core:${tomcatVersion}") |
|
|
|
|
testCompile("xmlunit:xmlunit:${xmlunitVersion}") |
|
|
|
|
testCompile("com.fasterxml.woodstox:woodstox-core:5.0.2") { |
|
|
|
|
testCompile("com.fasterxml.woodstox:woodstox-core:5.0.3") { |
|
|
|
|
exclude group: "stax", module: "stax-api" |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
@ -576,7 +576,7 @@ project("spring-oxm") {
@@ -576,7 +576,7 @@ project("spring-oxm") {
|
|
|
|
|
testCompile(project(":spring-context")) |
|
|
|
|
testCompile("xmlunit:xmlunit:${xmlunitVersion}") |
|
|
|
|
testCompile("xpp3:xpp3:1.1.4c") |
|
|
|
|
testCompile("org.codehaus.jettison:jettison:1.3.7") { |
|
|
|
|
testCompile("org.codehaus.jettison:jettison:1.3.8") { |
|
|
|
|
exclude group: 'stax', module: 'stax-api' |
|
|
|
|
} |
|
|
|
|
testCompile(files(genCastor.classesDir).builtBy(genCastor)) |
|
|
|
|
|