|
|
|
|
@ -32,7 +32,7 @@ configure(allprojects) { project ->
@@ -32,7 +32,7 @@ configure(allprojects) { project ->
|
|
|
|
|
version = qualifyVersionIfNecessary(version) |
|
|
|
|
|
|
|
|
|
ext.aspectjVersion = "1.8.9" |
|
|
|
|
ext.caffeineVersion = "2.3.4" |
|
|
|
|
ext.caffeineVersion = "2.3.5" |
|
|
|
|
ext.eclipselinkVersion = "2.4.2" |
|
|
|
|
ext.ehcacheVersion = "2.10.3" |
|
|
|
|
ext.ehcachejcacheVersion = "1.0.1" |
|
|
|
|
@ -46,7 +46,7 @@ configure(allprojects) { project ->
@@ -46,7 +46,7 @@ configure(allprojects) { project ->
|
|
|
|
|
ext.hamcrestVersion = "1.3" |
|
|
|
|
ext.hibernate3Version = "3.6.10.Final" |
|
|
|
|
ext.hibernate4Version = "4.3.11.Final" |
|
|
|
|
ext.hibernate5Version = "5.2.4.Final" |
|
|
|
|
ext.hibernate5Version = "5.2.5.Final" |
|
|
|
|
ext.hibval4Version = "4.3.2.Final" |
|
|
|
|
ext.hibval5Version = "5.2.4.Final" |
|
|
|
|
ext.hsqldbVersion = "2.3.4" |
|
|
|
|
@ -56,7 +56,7 @@ configure(allprojects) { project ->
@@ -56,7 +56,7 @@ configure(allprojects) { project ->
|
|
|
|
|
ext.jasperreportsVersion = "6.2.1" // our tests fail with JR-internal NPEs against 6.2.2 and higher |
|
|
|
|
ext.javamailVersion = "1.5.6" |
|
|
|
|
ext.jettyVersion = "9.3.13.v20161014" |
|
|
|
|
ext.jodaVersion = "2.9.5" |
|
|
|
|
ext.jodaVersion = "2.9.6" |
|
|
|
|
ext.jrubyVersion = "1.7.26" // JRuby 9000 only supported through JSR-223 (StandardScriptFactory) |
|
|
|
|
ext.jtaVersion = "1.2" |
|
|
|
|
ext.junitVersion = "4.12" |
|
|
|
|
@ -74,7 +74,7 @@ configure(allprojects) { project ->
@@ -74,7 +74,7 @@ configure(allprojects) { project ->
|
|
|
|
|
ext.testngVersion = "6.9.10" |
|
|
|
|
ext.tiles2Version = "2.2.2" |
|
|
|
|
ext.tiles3Version = "3.0.7" |
|
|
|
|
ext.tomcatVersion = "8.5.6" |
|
|
|
|
ext.tomcatVersion = "8.5.8" |
|
|
|
|
ext.tyrusVersion = "1.3.5" // constrained by WebLogic 12.1.3 support |
|
|
|
|
ext.undertowVersion = "1.3.25.Final" |
|
|
|
|
ext.xmlunitVersion = "1.6" |
|
|
|
|
@ -353,7 +353,7 @@ project("spring-core") {
@@ -353,7 +353,7 @@ project("spring-core") {
|
|
|
|
|
compile("commons-logging:commons-logging:1.2") |
|
|
|
|
optional("commons-codec:commons-codec:1.10") |
|
|
|
|
optional("org.aspectj:aspectjweaver:${aspectjVersion}") |
|
|
|
|
optional("net.sf.jopt-simple:jopt-simple:5.0.2") |
|
|
|
|
optional("net.sf.jopt-simple:jopt-simple:5.0.3") |
|
|
|
|
optional("log4j:log4j:${log4jVersion}") |
|
|
|
|
testCompile("org.apache.tomcat.embed:tomcat-embed-core:${tomcatVersion}") |
|
|
|
|
testCompile("xmlunit:xmlunit:${xmlunitVersion}") |
|
|
|
|
|