فهرست منبع

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