jul-to-slf4j excl

This commit is contained in:
Terry W Brady
2018-01-17 15:19:32 -08:00
parent 8d663ba02a
commit 64443e0a45

View File

@@ -174,6 +174,10 @@
<groupId>org.slf4j</groupId> <groupId>org.slf4j</groupId>
<artifactId>log4j-over-slf4j</artifactId> <artifactId>log4j-over-slf4j</artifactId>
</exclusion> </exclusion>
<exclusion>
<groupId>org.slf4j</groupId>
<artifactId>jul-to-slf4j</artifactId>
</exclusion>
</exclusions> </exclusions>
</dependency> </dependency>
<dependency> <dependency>