Repository: incubator-lens Updated Branches: refs/heads/master aaf39befc -> 101328b73
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/101328b7 Tree: http://git-wip-us.apache.org/repos/asf/incubator-lens/tree/101328b7 Diff: http://git-wip-us.apache.org/repos/asf/incubator-lens/diff/101328b7 Branch: refs/heads/master Commit: 101328b734bedecf50264c12f46b3dcbacb6f141 Parents: aaf39be Author: Varadharajan <[email protected]> Authored: Mon Jun 29 14:05:59 2015 +0530 Committer: Amareshwari Sriramadasu <[email protected]> Committed: Mon Jun 29 14:05:59 2015 +0530 ---------------------------------------------------------------------- pom.xml | 6 ++++++ 1 file changed, 6 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-lens/blob/101328b7/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 15d683b..ee54051 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>
