Skip to content

Commit

Permalink
[SPARK-19810][BUILD][FOLLOW-UP] jcl-over-slf4j dependency needs to be…
Browse files Browse the repository at this point in the history
… 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

apache#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 apache#18703 from srowen/SPARK-19810.2.
  • Loading branch information
srowen authored and cloud-fan committed Jul 21, 2017
1 parent 2f14684 commit 113399b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -510,7 +510,7 @@
<groupId>org.slf4j</groupId>
<artifactId>jcl-over-slf4j</artifactId>
<version>${slf4j.version}</version>
<scope>runtime</scope>
<!-- runtime scope is appropriate, but causes SBT build problems -->
</dependency>
<dependency>
<groupId>log4j</groupId>
Expand Down

0 comments on commit 113399b

Please sign in to comment.