提交 0286fa89 编写于 作者: M Matteo Merli 提交者: GitHub

Fixed circular dependency in slf4j loggers for pulsar-storm unit tests (#264)

上级 619ad642
......@@ -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>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册