1
0
mirror of synced 2026-05-22 21:33:16 +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 -4
View File
@@ -21,8 +21,6 @@ dependencies {
'aopalliance:aopalliance:1.0',
"org.springframework.ldap:spring-ldap-core:$springLdapVersion",
"org.springframework:spring-jdbc:$springVersion"
}
task show << {
println dependencies
}
testRuntime "hsqldb:hsqldb:$hsqlVersion"
}