SEC-1564: testCompile configurations should include jcl-over-slf4j rather than logback.

This commit is contained in:
Luke Taylor 2010-09-11 11:01:12 +01:00
parent 58d9903ebc
commit 829444d59b

View File

@ -15,7 +15,7 @@ dependencies {
testCompile 'commons-collections:commons-collections:3.2',
"org.springframework:spring-test:$springVersion",
"ch.qos.logback:logback-classic:$logbackVersion"
"org.slf4j:jcl-over-slf4j:$slf4jVersion"
testRuntime "hsqldb:hsqldb:$hsqlVersion"
}