|
|
|
@ -38,7 +38,7 @@ configure(allprojects) { project ->
@@ -38,7 +38,7 @@ configure(allprojects) { project ->
|
|
|
|
|
ext.ehcachejcacheVersion = "1.0.1" |
|
|
|
|
ext.ehcache3Version = "3.0.1" |
|
|
|
|
ext.ejbVersion = "3.0" |
|
|
|
|
ext.fileuploadVersion = "1.3.1" |
|
|
|
|
ext.fileuploadVersion = "1.3.2" |
|
|
|
|
ext.freemarkerVersion = "2.3.23" |
|
|
|
|
ext.groovyVersion = "2.4.6" |
|
|
|
|
ext.gsonVersion = "2.6.2" |
|
|
|
@ -49,7 +49,7 @@ configure(allprojects) { project ->
@@ -49,7 +49,7 @@ configure(allprojects) { project ->
|
|
|
|
|
ext.hibernate5Version = "5.1.0.Final" |
|
|
|
|
ext.hibval4Version = "4.3.2.Final" |
|
|
|
|
ext.hibval5Version = "5.2.4.Final" |
|
|
|
|
ext.hsqldbVersion = "2.3.3" |
|
|
|
|
ext.hsqldbVersion = "2.3.4" |
|
|
|
|
ext.httpasyncVersion = "4.1.1" |
|
|
|
|
ext.httpclientVersion = "4.5.2" |
|
|
|
|
ext.jackson2Version = "2.7.4" |
|
|
|
@ -62,7 +62,7 @@ configure(allprojects) { project ->
@@ -62,7 +62,7 @@ configure(allprojects) { project ->
|
|
|
|
|
ext.junitVersion = "4.12" |
|
|
|
|
ext.nettyVersion = "4.1.0.Final" |
|
|
|
|
ext.okhttpVersion = "2.7.5" |
|
|
|
|
ext.okhttp3Version = "3.2.0" |
|
|
|
|
ext.okhttp3Version = "3.3.1" |
|
|
|
|
ext.openjpaVersion = "2.4.1" |
|
|
|
|
ext.poiVersion = "3.14" |
|
|
|
|
ext.reactorVersion = "2.0.8.RELEASE" |
|
|
|
@ -621,7 +621,7 @@ project("spring-jdbc") {
@@ -621,7 +621,7 @@ project("spring-jdbc") {
|
|
|
|
|
optional("javax.transaction:javax.transaction-api:${jtaVersion}") |
|
|
|
|
optional("com.mchange:c3p0:0.9.5.2") |
|
|
|
|
optional("org.hsqldb:hsqldb:${hsqldbVersion}") |
|
|
|
|
optional("com.h2database:h2:1.4.191") |
|
|
|
|
optional("com.h2database:h2:1.4.192") |
|
|
|
|
optional("org.apache.derby:derby:10.12.1.1") |
|
|
|
|
optional("org.apache.derby:derbyclient:10.12.1.1") |
|
|
|
|
} |
|
|
|
|