FIx slf4j conflict

This commit is contained in:
Jonathan Halterman
2014-02-19 22:04:41 -08:00
parent 4473e9198f
commit 4ee554f093

View File

@@ -163,6 +163,10 @@
<groupId>com.sun.jmx</groupId>
<artifactId>jmxri</artifactId>
</exclusion>
<exclusion>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-simple</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>