Temporary exclusion to workaround bug in test

This commit is contained in:
Dave Syer
2017-11-01 16:53:24 +00:00
parent b29539e865
commit 77befcd7c5

View File

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