SEC-1564: testCompile configurations should include jcl-over-slf4j rather than logback.
This commit is contained in:
+1
-1
@@ -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"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user