|
@@ -15,8 +15,8 @@ dependencies {
|
|
|
"org.aspectj:aspectjweaver:$aspectjVersion",
|
|
|
'javax.annotation:jsr250-api:1.0'
|
|
|
|
|
|
- runtime 'hsqldb:hsqldb:1.8.0.10'
|
|
|
-
|
|
|
testCompile 'commons-collections:commons-collections:3.2',
|
|
|
"org.springframework:spring-test:$springVersion"
|
|
|
+
|
|
|
+ testRuntime "hsqldb:hsqldb:$hsqlVersion"
|
|
|
}
|