aboutsummaryrefslogtreecommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
authorMichel Lemay <mlemay@gmail.com>2016-03-31 12:15:32 -0700
committerSean Owen <sowen@cloudera.com>2016-03-31 12:15:32 -0700
commit3cfbeb70b1feb1f3a8c4d0b2d2f3715a356c80f2 (patch)
tree4635a6f95c8ca4409f4b75c302cf92702bf70341 /pom.xml
parent10508f36adcb74a563010636dffcd1f68efd8468 (diff)
downloadspark-3cfbeb70b1feb1f3a8c4d0b2d2f3715a356c80f2.tar.gz
spark-3cfbeb70b1feb1f3a8c4d0b2d2f3715a356c80f2.tar.bz2
spark-3cfbeb70b1feb1f3a8c4d0b2d2f3715a356c80f2.zip
[SPARK-13710][SHELL][WINDOWS] Fix jline dependency on Windows
## 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 <mlemay@gmail.com> Closes #12043 from michellemay/spark-13710-fix-jline-on-windows.
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index 9dab0bca74..25d6136421 100644
--- a/pom.xml
+++ b/pom.xml
@@ -733,6 +733,10 @@
<groupId>org.jboss.netty</groupId>
<artifactId>netty</artifactId>
</exclusion>
+ <exclusion>
+ <groupId>jline</groupId>
+ <artifactId>jline</artifactId>
+ </exclusion>
</exclusions>
</dependency>
<dependency>