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.
This commit is contained in:
John Blum
2019-04-09 14:43:54 -07:00
parent 4358b51f98
commit 2b86f17096

View File

@@ -185,13 +185,6 @@
</dependency>
<!-- Logging -->
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>jcl-over-slf4j</artifactId>
<version>${slf4j}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-classic</artifactId>