From 6988da7d6f23fcc970087eebab143de0a0c80284 Mon Sep 17 00:00:00 2001 From: John Blum Date: Tue, 9 Apr 2019 14:43:54 -0700 Subject: [PATCH] SGF-833 - 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, 4 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index 1a590eca..ca101f83 100644 --- a/pom.xml +++ b/pom.xml @@ -170,9 +170,10 @@ - org.slf4j - jcl-over-slf4j - ${slf4j} + ch.qos.logback + logback-classic + ${logback} + test