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

Avoid printing unit test info logs by default for pulsar-storm (#259)

上级 246a864b
......@@ -74,6 +74,12 @@
<artifactId>storm-core</artifactId>
<version>${storm.version}</version>
<scope>provided</scope>
<exclusions>
<exclusion>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-classic</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册