Github user poornachandra commented on a diff in the pull request:
https://github.com/apache/incubator-tephra/pull/3#discussion_r77885100
--- Diff: pom.xml ---
@@ -346,6 +352,18 @@
</exclusion>
</exclusions>
</dependency>
+ <dependency>
+ <groupId>org.slf4j</groupId>
+ <artifactId>log4j-over-slf4j</artifactId>
+ <version>${slf4j.version}</version>
+ <scope>test</scope>
--- End diff --
Since we don't know what kind of logging library will be used on the
cluster, we only change it for test scope.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---