Align with Spring Framework 5's new Commons Logging adapter

Closes gh-8825
This commit is contained in:
Andy Wilkinson
2017-04-06 13:22:53 +01:00
parent 0186fb2e84
commit f0c5372642
26 changed files with 180 additions and 147 deletions

View File

@@ -22,10 +22,6 @@
<groupId>ch.qos.logback</groupId>
<artifactId>logback-classic</artifactId>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>jcl-over-slf4j</artifactId>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>jul-to-slf4j</artifactId>