Log4j build fix on 0.9 branch

Spark should include log4j by default. Downstream packagers can exclude log4j
if they want to use another logging backend.


Project: http://git-wip-us.apache.org/repos/asf/spark/repo
Commit: http://git-wip-us.apache.org/repos/asf/spark/commit/6cbd5800
Tree: http://git-wip-us.apache.org/repos/asf/spark/tree/6cbd5800
Diff: http://git-wip-us.apache.org/repos/asf/spark/diff/6cbd5800

Branch: refs/heads/branch-0.9
Commit: 6cbd5800c71d961228382be57c2688af4e41b3ea
Parents: 0c91927
Author: Patrick Wendell <[email protected]>
Authored: Tue Mar 11 11:53:29 2014 -0700
Committer: Patrick Wendell <[email protected]>
Committed: Tue Mar 11 11:53:29 2014 -0700

----------------------------------------------------------------------
 core/pom.xml | 1 -
 1 file changed, 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/spark/blob/6cbd5800/core/pom.xml
----------------------------------------------------------------------
diff --git a/core/pom.xml b/core/pom.xml
index 4901bb0..6b6167c 100644
--- a/core/pom.xml
+++ b/core/pom.xml
@@ -189,7 +189,6 @@
         <dependency>
             <groupId>org.slf4j</groupId>
             <artifactId>slf4j-log4j12</artifactId>
-            <scope>test</scope>
         </dependency>
     </dependencies>
     <build>

Reply via email to