1
0
mirror of synced 2026-08-04 17:27:13 +00:00

Make hsqldb a testRuntime/runtime dependency.

This commit is contained in:
Luke Taylor
2010-02-27 00:41:16 +00:00
parent cb0f3f677f
commit b147652193
5 changed files with 9 additions and 7 deletions
+2 -2
View File
@@ -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"
}