Temporarily excludes log4j-to-slf4j

This commit is contained in:
Spencer Gibb
2017-11-01 16:28:06 -04:00
parent 5a1708185a
commit 8112ddfec2

View File

@@ -28,6 +28,13 @@
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-actuator</artifactId>
<optional>true</optional>
<!-- TODO: remove when ModifiedClassPathRunner is fixed -->
<exclusions>
<exclusion>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-to-slf4j</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>