Browse Source

Temporarily excludes log4j-to-slf4j

pull/6/head
Spencer Gibb 7 years ago
parent
commit
8112ddfec2
No known key found for this signature in database
GPG Key ID: 7788A47380690861
  1. 7
      spring-cloud-netflix-core/pom.xml

7
spring-cloud-netflix-core/pom.xml

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

Loading…
Cancel
Save