Removes log4j-to-slf4j exclusion

This commit is contained in:
Spencer Gibb
2017-11-01 17:13:10 -04:00
parent 8112ddfec2
commit c4b075b1c8

View File

@@ -28,13 +28,6 @@
<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>