temporarily removes log4j-to-slf4j

This commit is contained in:
Spencer Gibb
2017-11-01 11:24:50 -04:00
parent e2625de78a
commit 727974b08e

View File

@@ -21,6 +21,13 @@
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter</artifactId>
<!-- FIXME: shouldn't need this -->
<exclusions>
<exclusion>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-to-slf4j</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>