#332 - Removed dependency to JCL-via-Slf4j.

Spring Framework 5now contains a simple JCL adapter itself.

Related tickets: SPR-14512.
This commit is contained in:
Oliver Gierke
2017-04-11 11:35:53 +02:00
parent b0edb9492b
commit 6ba3fd7831

View File

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