You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spark.apache.org by an...@apache.org on 2015/05/30 00:27:52 UTC

spark git commit: [HOTFIX] [SQL] Maven test compilation issue

Repository: spark
Updated Branches:
  refs/heads/master dbf8ff38d -> 8c9979337


[HOTFIX] [SQL] Maven test compilation issue

Tests compile in SBT but not Maven.


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

Branch: refs/heads/master
Commit: 8c9979337f193c72fd2f1a891909283de53777e3
Parents: dbf8ff3
Author: Andrew Or <an...@databricks.com>
Authored: Fri May 29 15:26:49 2015 -0700
Committer: Andrew Or <an...@databricks.com>
Committed: Fri May 29 15:26:49 2015 -0700

----------------------------------------------------------------------
 sql/core/pom.xml | 7 +++++++
 1 file changed, 7 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/spark/blob/8c997933/sql/core/pom.xml
----------------------------------------------------------------------
diff --git a/sql/core/pom.xml b/sql/core/pom.xml
index ffe95bb..8210c55 100644
--- a/sql/core/pom.xml
+++ b/sql/core/pom.xml
@@ -43,6 +43,13 @@
     </dependency>
     <dependency>
       <groupId>org.apache.spark</groupId>
+      <artifactId>spark-core_${scala.binary.version}</artifactId>
+      <version>${project.version}</version>
+      <type>test-jar</type>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.spark</groupId>
       <artifactId>spark-catalyst_${scala.binary.version}</artifactId>
       <version>${project.version}</version>
     </dependency>


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