Repository: incubator-lens Updated Branches: refs/heads/current-release-line b0edfb964 -> 787c4f96d
LENS-637 : Fix jline dependency in ml-dist Project: http://git-wip-us.apache.org/repos/asf/incubator-lens/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-lens/commit/787c4f96 Tree: http://git-wip-us.apache.org/repos/asf/incubator-lens/tree/787c4f96 Diff: http://git-wip-us.apache.org/repos/asf/incubator-lens/diff/787c4f96 Branch: refs/heads/current-release-line Commit: 787c4f96deac3fa42eb24dd39087f6a348ea670e Parents: b0edfb9 Author: Varadharajan <[email protected]> Authored: Mon Jun 29 14:05:59 2015 +0530 Committer: Amareshwari Sriramadasu <[email protected]> Committed: Mon Jun 29 14:09:49 2015 +0530 ---------------------------------------------------------------------- pom.xml | 6 ++++++ 1 file changed, 6 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-lens/blob/787c4f96/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index ec782af..364293d 100644 --- a/pom.xml +++ b/pom.xml @@ -1162,6 +1162,12 @@ <groupId>org.apache.spark</groupId> <artifactId>spark-core_2.10</artifactId> <version>${spark.version}</version> + <exclusions> + <exclusion> + <artifactId>jline</artifactId> + <groupId>jline</groupId> + </exclusion> + </exclusions> </dependency> <dependency> <groupId>org.apache.spark</groupId>
