Repository: spark
Updated Branches:
  refs/heads/master 721ced28b -> 8d3cc3de7


[SPARK-13050][BUILD] Scalatest tags fail build with the addition of the sketch 
module

A dependency on the spark test tags was left out of the sketch module pom file 
causing builds to fail when test tags were used. This dependency is found in 
the pom file for every other module in spark.

Author: Alex Bozarth <ajboz...@us.ibm.com>

Closes #10954 from ajbozarth/spark13050.


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

Branch: refs/heads/master
Commit: 8d3cc3de7d116190911e7943ef3233fe3b7db1bf
Parents: 721ced2
Author: Alex Bozarth <ajboz...@us.ibm.com>
Authored: Thu Jan 28 23:34:50 2016 -0800
Committer: Cheng Lian <l...@databricks.com>
Committed: Thu Jan 28 23:34:50 2016 -0800

----------------------------------------------------------------------
 common/sketch/pom.xml | 7 +++++++
 1 file changed, 7 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/spark/blob/8d3cc3de/common/sketch/pom.xml
----------------------------------------------------------------------
diff --git a/common/sketch/pom.xml b/common/sketch/pom.xml
index 67723fa..2cafe8c 100644
--- a/common/sketch/pom.xml
+++ b/common/sketch/pom.xml
@@ -35,6 +35,13 @@
     <sbt.project.name>sketch</sbt.project.name>
   </properties>
 
+  <dependencies>
+    <dependency>
+      <groupId>org.apache.spark</groupId>
+      <artifactId>spark-test-tags_${scala.binary.version}</artifactId>
+    </dependency>
+  </dependencies>
+
   <build>
     
<outputDirectory>target/scala-${scala.binary.version}/classes</outputDirectory>
     
<testOutputDirectory>target/scala-${scala.binary.version}/test-classes</testOutputDirectory>


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

Reply via email to