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:
7
pom.xml
7
pom.xml
@@ -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 -->
|
||||
|
||||
Reference in New Issue
Block a user