Skip to content

Commit 6cbd580

Browse files
committed
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.
1 parent 0c91927 commit 6cbd580

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

core/pom.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,6 @@
189189
<dependency>
190190
<groupId>org.slf4j</groupId>
191191
<artifactId>slf4j-log4j12</artifactId>
192-
<scope>test</scope>
193192
</dependency>
194193
</dependencies>
195194
<build>

0 commit comments

Comments
 (0)