Skip to content
Closed
Prev Previous commit
Next Next commit
Remove jline dependency from the Spark REPL.
  • Loading branch information
dragos committed Jun 25, 2015
commit d85370d19eb3ebb6ff70273a68727aa4d1ecd908
5 changes: 0 additions & 5 deletions repl/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,6 @@
</properties>

<dependencies>
<dependency>
<groupId>${jline.groupid}</groupId>
<artifactId>jline</artifactId>
<version>${jline.version}</version>
</dependency>
<dependency>
<groupId>org.apache.spark</groupId>
<artifactId>spark-core_${scala.binary.version}</artifactId>
Expand Down