aboutsummaryrefslogtreecommitdiff
path: root/repl
diff options
context:
space:
mode:
authorJosh Rosen <joshrosen@databricks.com>2016-04-11 10:53:26 -0700
committerJakob Odersky <jakob@odersky.com>2017-04-24 14:09:49 -0700
commitacf922a355ed21bb6ef56eb94c11802980faff65 (patch)
tree986e88827d7fed298df09488dedc3f7a22b1d949 /repl
parent875c73b60a6fce9108e54fff5b6eedfafb39a9ce (diff)
downloadspark-acf922a355ed21bb6ef56eb94c11802980faff65.tar.gz
spark-acf922a355ed21bb6ef56eb94c11802980faff65.tar.bz2
spark-acf922a355ed21bb6ef56eb94c11802980faff65.zip
Update Josh's changes for minimal REPL with scala 2.12
Diffstat (limited to 'repl')
-rw-r--r--repl/pom.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/repl/pom.xml b/repl/pom.xml
index a256ae3b84..8118e73a72 100644
--- a/repl/pom.xml
+++ b/repl/pom.xml
@@ -49,12 +49,14 @@
<type>test-jar</type>
<scope>test</scope>
</dependency>
+ <!--
<dependency>
<groupId>org.apache.spark</groupId>
<artifactId>spark-mllib_${scala.binary.version}</artifactId>
<version>${project.version}</version>
<scope>runtime</scope>
</dependency>
+ -->
<dependency>
<groupId>org.apache.spark</groupId>
<artifactId>spark-sql_${scala.binary.version}</artifactId>