Skip to content

Commit

Permalink
[SPARK-13710][SHELL][WINDOWS] Fix jline dependency on Windows
Browse files Browse the repository at this point in the history
## What changes were proposed in this pull request?

Exclude jline from curator-recipes since it conflicts with scala 2.11 when running spark-shell.  Should not affect scala 2.10 since it is builtin.

## How was this patch tested?

Ran spark-shell manually.

Author: Michel Lemay <[email protected]>

Closes apache#12043 from michellemay/spark-13710-fix-jline-on-windows.
  • Loading branch information
michellemay authored and srowen committed Mar 31, 2016
1 parent 10508f3 commit 3cfbeb7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -733,6 +733,10 @@
<groupId>org.jboss.netty</groupId>
<artifactId>netty</artifactId>
</exclusion>
<exclusion>
<groupId>jline</groupId>
<artifactId>jline</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
Expand Down

0 comments on commit 3cfbeb7

Please sign in to comment.