[
https://issues.apache.org/jira/browse/CURATOR-234?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14624617#comment-14624617
]
ASF GitHub Bot commented on CURATOR-234:
----------------------------------------
GitHub user madrob opened a pull request:
https://github.com/apache/curator/pull/90
CURATOR-234 Add slf4j-log4j12 test dependency
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/madrob/curator CURATOR-234
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/curator/pull/90.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #90
----
commit e0c1d1d35ad8bd002bd4ee4c288d73bc88155bcd
Author: Mike Drob <[email protected]>
Date: 2015-07-13T13:02:48Z
CURATOR-234 Add slf4j-log4j12 test dependency
----
> Add test logging back to modules
> --------------------------------
>
> Key: CURATOR-234
> URL: https://issues.apache.org/jira/browse/CURATOR-234
> Project: Apache Curator
> Issue Type: Bug
> Components: Tests
> Reporter: Mike Drob
>
> Commit db06634 removed the slf4j-log4j12 dependency from the parent pom, so
> now we no longer have test logging easily available. This makes it difficult
> to debug various failing tests.
> {noformat}
> <dependency>
> <groupId>org.slf4j</groupId>
> <artifactId>slf4j-log4j12</artifactId>
> <scope>test</scope>
> </dependency>
> {noformat}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)