Repository: spark
Updated Branches:
  refs/heads/branch-1.3 09feecc7c -> 11dbf7137


[HOTFIX] Fix the maven build after adding sqlContext to spark-shell

Follow up to #4387 to fix the build break.

Author: Michael Armbrust <mich...@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

(cherry picked from commit 57961567ef104efb3174e67d762c5d9d6263b800)
Signed-off-by: Michael Armbrust <mich...@databricks.com>


Project: http://git-wip-us.apache.org/repos/asf/spark/repo
Commit: http://git-wip-us.apache.org/repos/asf/spark/commit/11dbf713
Tree: http://git-wip-us.apache.org/repos/asf/spark/tree/11dbf713
Diff: http://git-wip-us.apache.org/repos/asf/spark/diff/11dbf713

Branch: refs/heads/branch-1.3
Commit: 11dbf713725d8fa07fdc883ddaa54e3ba1899350
Parents: 09feecc
Author: Michael Armbrust <mich...@databricks.com>
Authored: Fri Feb 6 14:27:06 2015 -0800
Committer: Michael Armbrust <mich...@databricks.com>
Committed: Fri Feb 6 14:27:33 2015 -0800

----------------------------------------------------------------------
 repl/pom.xml | 1 -
 1 file changed, 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/spark/blob/11dbf713/repl/pom.xml
----------------------------------------------------------------------
diff --git a/repl/pom.xml b/repl/pom.xml
index bd39b90..3d4adf8 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>


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@spark.apache.org
For additional commands, e-mail: commits-h...@spark.apache.org

Reply via email to