aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Armbrust <michael@databricks.com>2015-02-06 14:27:06 -0800
committerMichael Armbrust <michael@databricks.com>2015-02-06 14:27:06 -0800
commit57961567ef104efb3174e67d762c5d9d6263b800 (patch)
treed2d26939b82be81c95b6ae52177a3f79862c245e
parent5687bab8fdfdc5345b8c5b9be8d4595299005fc8 (diff)
downloadspark-57961567ef104efb3174e67d762c5d9d6263b800.tar.gz
spark-57961567ef104efb3174e67d762c5d9d6263b800.tar.bz2
spark-57961567ef104efb3174e67d762c5d9d6263b800.zip
[HOTFIX] Fix the maven build after adding sqlContext to spark-shell
Follow up to #4387 to fix the build break. Author: Michael Armbrust <michael@databricks.com> Closes #4443 from marmbrus/fixMaven and squashes the following commits: 1eeba7d [Michael Armbrust] try again 7f5fb15 [Michael Armbrust] [HOTFIX] Fix the maven build after adding sqlContext to spark-shell
-rw-r--r--repl/pom.xml1
1 files changed, 0 insertions, 1 deletions
diff --git a/repl/pom.xml b/repl/pom.xml
index bd39b90fd8..3d4adf8fd5 100644
--- a/repl/pom.xml
+++ b/repl/pom.xml
@@ -66,7 +66,6 @@
<groupId>org.apache.spark</groupId>
<artifactId>spark-sql_${scala.binary.version}</artifactId>
<version>${project.version}</version>
- <scope>test</scope>
</dependency>
<dependency>
<groupId>org.scala-lang</groupId>