Skip to content

Commit 113399b

Browse files
srowencloud-fan
authored andcommitted
[SPARK-19810][BUILD][FOLLOW-UP] jcl-over-slf4j dependency needs to be compile scope for SBT build
## What changes were proposed in this pull request? jcl-over-slf4j dependency needs to be compile scope for SBT build, to make it available for commons-logging dependents like Hadoop #17150 (comment) https://github.com/apache/spark/pull/17150/files#r128728089 ## How was this patch tested? Manual tests Author: Sean Owen <sowen@cloudera.com> Closes #18703 from srowen/SPARK-19810.2.
1 parent 2f14684 commit 113399b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -510,7 +510,7 @@
510510
<groupId>org.slf4j</groupId>
511511
<artifactId>jcl-over-slf4j</artifactId>
512512
<version>${slf4j.version}</version>
513-
<scope>runtime</scope>
513+
<!-- runtime scope is appropriate, but causes SBT build problems -->
514514
</dependency>
515515
<dependency>
516516
<groupId>log4j</groupId>

0 commit comments

Comments
 (0)