From 829444d59b0ae541754ce4377ff40845262b96c8 Mon Sep 17 00:00:00 2001 From: Luke Taylor Date: Sat, 11 Sep 2010 11:01:12 +0100 Subject: [PATCH] SEC-1564: testCompile configurations should include jcl-over-slf4j rather than logback. --- core/core.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/core.gradle b/core/core.gradle index b9aa212458..cb5484e7ec 100644 --- a/core/core.gradle +++ b/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" }