浏览代码

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

Luke Taylor 15 年之前
父节点
当前提交
829444d59b
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      core/core.gradle

+ 1 - 1
core/core.gradle

@@ -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"
 }