|
|
|
@ -54,7 +54,7 @@ configure(allprojects) { project -> |
|
|
|
ext.javamailVersion = "1.5.4" |
|
|
|
ext.javamailVersion = "1.5.4" |
|
|
|
ext.jettyVersion = "9.3.2.v20150730" |
|
|
|
ext.jettyVersion = "9.3.2.v20150730" |
|
|
|
ext.jodaVersion = "2.8.1" |
|
|
|
ext.jodaVersion = "2.8.1" |
|
|
|
ext.jrubyVersion = "1.7.21" // JRuby 9.0.0.0 only supported through JSR-223 (StandardScriptFactory) |
|
|
|
ext.jrubyVersion = "1.7.22" // JRuby 9.0.0.0 only supported through JSR-223 (StandardScriptFactory) |
|
|
|
ext.jtaVersion = "1.2" |
|
|
|
ext.jtaVersion = "1.2" |
|
|
|
ext.junitVersion = "4.12" |
|
|
|
ext.junitVersion = "4.12" |
|
|
|
ext.nettyVersion = "4.0.30.Final" |
|
|
|
ext.nettyVersion = "4.0.30.Final" |
|
|
|
@ -70,7 +70,7 @@ configure(allprojects) { project -> |
|
|
|
ext.testngVersion = "6.9.6" |
|
|
|
ext.testngVersion = "6.9.6" |
|
|
|
ext.tiles2Version = "2.2.2" |
|
|
|
ext.tiles2Version = "2.2.2" |
|
|
|
ext.tiles3Version = "3.0.5" |
|
|
|
ext.tiles3Version = "3.0.5" |
|
|
|
ext.tomcatVersion = "8.0.24" |
|
|
|
ext.tomcatVersion = "8.0.26" |
|
|
|
ext.tyrusVersion = "1.3.5" // constrained by WebLogic 12.1.3 support |
|
|
|
ext.tyrusVersion = "1.3.5" // constrained by WebLogic 12.1.3 support |
|
|
|
ext.undertowVersion = "1.2.10.Final" |
|
|
|
ext.undertowVersion = "1.2.10.Final" |
|
|
|
ext.woodstoxVersion = "5.0.1" |
|
|
|
ext.woodstoxVersion = "5.0.1" |
|
|
|
@ -628,7 +628,7 @@ project("spring-jdbc") { |
|
|
|
optional("javax.transaction:javax.transaction-api:${jtaVersion}") |
|
|
|
optional("javax.transaction:javax.transaction-api:${jtaVersion}") |
|
|
|
optional("com.mchange:c3p0:0.9.5.1") |
|
|
|
optional("com.mchange:c3p0:0.9.5.1") |
|
|
|
optional("org.hsqldb:hsqldb:${hsqldbVersion}") |
|
|
|
optional("org.hsqldb:hsqldb:${hsqldbVersion}") |
|
|
|
optional("com.h2database:h2:1.4.187") |
|
|
|
optional("com.h2database:h2:1.4.188") |
|
|
|
optional("org.apache.derby:derby:10.11.1.1") |
|
|
|
optional("org.apache.derby:derby:10.11.1.1") |
|
|
|
optional("org.apache.derby:derbyclient:10.11.1.1") |
|
|
|
optional("org.apache.derby:derbyclient:10.11.1.1") |
|
|
|
} |
|
|
|
} |
|
|
|
|