Skip to content
Snippets Groups Projects
Commit 57961567 authored by Michael Armbrust's avatar Michael Armbrust
Browse files

[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
parent 5687bab8
No related branches found
No related tags found
No related merge requests found
......@@ -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>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment