Exclude log4j as a Kafka binder dependency

Fixes #480
This commit is contained in:
Marius Bogoevici
2016-04-18 13:13:40 -04:00
parent 95457dd4c2
commit 6227e24e5d

View File

@@ -106,6 +106,10 @@
<groupId>org.slf4j</groupId>
<artifactId>slf4j-log4j12</artifactId>
</exclusion>
<exclusion>
<groupId>log4j</groupId>
<artifactId>log4j</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>