Github user pwendell commented on a diff in the pull request: https://github.com/apache/incubator-spark/pull/570#discussion_r9973960 --- Diff: bagel/pom.xml --- @@ -51,6 +51,11 @@ <artifactId>scalacheck_${scala.binary.version}</artifactId> <scope>test</scope> </dependency> + <dependency> + <groupId>org.slf4j</groupId> + <artifactId>slf4j-log4j12</artifactId> + <scope>test</scope> --- End diff -- currently the one in core is only at the `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. To do so, please top-post your response. 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 infrastruct...@apache.org or file a JIRA ticket with INFRA. ---