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.
This commit is contained in:
John Blum
2019-04-09 14:43:54 -07:00
parent 7ec0cb52a4
commit 6988da7d6f

View File

@@ -170,9 +170,10 @@
<!-- Logging -->
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>jcl-over-slf4j</artifactId>
<version>${slf4j}</version>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-classic</artifactId>
<version>${logback}</version>
<scope>test</scope>
</dependency>
<!-- Test -->