@@ -18,6 +18,7 @@ configure(allprojects) {
18
18
targetCompatibility= 1.5
19
19
20
20
ext. aspectjVersion = ' 1.6.12'
21
+ ext. hsqldbVersion= ' 1.8.0.10'
21
22
ext. junitVersion = ' 4.10'
22
23
23
24
[compileJava, compileTestJava]* . options* . compilerArgs = [' -Xlint:none' ]
@@ -301,7 +302,7 @@ project('spring-jdbc') {
301
302
compile(project(" :spring-context" ), optional) // for JndiDataSourceLookup
302
303
compile project(" :spring-tx" )
303
304
compile(" c3p0:c3p0:0.9.1.2" , optional)
304
- compile(" hsqldb:hsqldb:1.8.0.7 " , optional)
305
+ compile(" hsqldb:hsqldb:${ hsqldbVersion } " , optional)
305
306
compile(" com.h2database:h2:1.0.71" , optional)
306
307
compile(" org.apache.derby:derby:10.5.3.0_1" , optional)
307
308
compile(" org.apache.derby:derbyclient:10.5.3.0_1" , optional)
@@ -330,7 +331,7 @@ project('spring-context-support') {
330
331
compile(" commons-digester:commons-digester:1.8.1" , optional)
331
332
compile(" commons-beanutils:commons-beanutils:1.8.0" , optional)
332
333
compile(" com.lowagie:itext:2.0.8" , optional)
333
- testCompile " hsqldb:hsqldb:1.8.0.10 "
334
+ testCompile " hsqldb:hsqldb:${ hsqldbVersion } "
334
335
testCompile(" org.apache.poi:poi:3.0.2-FINAL" ) {
335
336
exclude group : ' log4j' , module : ' log4j'
336
337
}
0 commit comments