Make hsqldb a testRuntime/runtime dependency.
This commit is contained in:
parent
cb0f3f677f
commit
b147652193
|
@ -12,4 +12,6 @@ dependencies {
|
|||
testCompile "org.springframework:spring-beans:$springVersion",
|
||||
"org.springframework:spring-context-support:$springVersion",
|
||||
"org.springframework:spring-test:$springVersion"
|
||||
|
||||
testRuntime "hsqldb:hsqldb:$hsqlVersion"
|
||||
}
|
|
@ -26,7 +26,8 @@ configure(javaProjects()) {
|
|||
aspectjVersion = '1.6.8'
|
||||
apacheDsVersion = '1.5.5'
|
||||
jstlVersion = '1.1.2'
|
||||
jettyVersion = '6.1.22'
|
||||
jettyVersion = '6.1.22'
|
||||
hsqlVersion = '1.8.0.10'
|
||||
|
||||
configurations {
|
||||
bundlor
|
||||
|
|
|
@ -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"
|
||||
}
|
|
@ -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"
|
||||
}
|
||||
|
|
|
@ -22,5 +22,6 @@ dependencies {
|
|||
project(':spring-security-taglibs'),
|
||||
"org.springframework:spring-context-support:$springVersion",
|
||||
"net.sf.ehcache:ehcache:$ehcacheVersion",
|
||||
"hsqldb:hsqldb:$hsqlVersion",
|
||||
'log4j:log4j:1.2.15@jar'
|
||||
}
|
Loading…
Reference in New Issue