Skip to content

Commit

Permalink
Fixed circular dependency in slf4j loggers for pulsar-storm unit tests (
Browse files Browse the repository at this point in the history
  • Loading branch information
merlimat authored Mar 1, 2017
1 parent 619ad64 commit 0286fa8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pulsar-storm/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,10 @@
<groupId>ch.qos.logback</groupId>
<artifactId>logback-classic</artifactId>
</exclusion>
<exclusion>
<groupId>org.slf4j</groupId>
<artifactId>log4j-over-slf4j</artifactId>
</exclusion>
</exclusions>
</dependency>

Expand Down

0 comments on commit 0286fa8

Please sign in to comment.