From 2b86f17096a938a0b233c3a5f8889844430bafee Mon Sep 17 00:00:00 2001 From: John Blum Date: Tue, 9 Apr 2019 14:43:54 -0700 Subject: [PATCH] DATAGEODE-180 - Remove org.slf4j:jcl-over-slf4j dependency. jcl-over-slf4j is not longer requried to re-route core Spring Framework log statements to SLF4J since the core Spring Framework is no longer based on Apache Commons Logging. --- pom.xml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/pom.xml b/pom.xml index d133c0b7..3e3f5329 100644 --- a/pom.xml +++ b/pom.xml @@ -185,13 +185,6 @@ - - org.slf4j - jcl-over-slf4j - ${slf4j} - test - - ch.qos.logback logback-classic