aboutsummaryrefslogtreecommitdiff
path: root/common/network-shuffle
diff options
context:
space:
mode:
authorRyan Williams <ryan.blake.williams@gmail.com>2016-12-21 16:37:20 -0800
committerMarcelo Vanzin <vanzin@cloudera.com>2016-12-21 16:37:20 -0800
commitafd9bc1d8a85adf88c412d8bc75e46e7ecb4bcdd (patch)
treee7d9c3e6b0a055c692de05c75f7532cdeca4269b /common/network-shuffle
parent95efc895e929701a605313b87ad0cd91edee2f81 (diff)
downloadspark-afd9bc1d8a85adf88c412d8bc75e46e7ecb4bcdd.tar.gz
spark-afd9bc1d8a85adf88c412d8bc75e46e7ecb4bcdd.tar.bz2
spark-afd9bc1d8a85adf88c412d8bc75e46e7ecb4bcdd.zip
[SPARK-17807][CORE] split test-tags into test-JAR
Remove spark-tag's compile-scope dependency (and, indirectly, spark-core's compile-scope transitive-dependency) on scalatest by splitting test-oriented tags into spark-tags' test JAR. Alternative to #16303. Author: Ryan Williams <ryan.blake.williams@gmail.com> Closes #16311 from ryan-williams/tt.
Diffstat (limited to 'common/network-shuffle')
-rw-r--r--common/network-shuffle/pom.xml12
1 files changed, 12 insertions, 0 deletions
diff --git a/common/network-shuffle/pom.xml b/common/network-shuffle/pom.xml
index 5fc92afccb..24c10fb1dd 100644
--- a/common/network-shuffle/pom.xml
+++ b/common/network-shuffle/pom.xml
@@ -70,6 +70,18 @@
<groupId>org.apache.spark</groupId>
<artifactId>spark-tags_${scala.binary.version}</artifactId>
</dependency>
+
+ <!--
+ This spark-tags test-dep is needed even though it isn't used in this module, otherwise testing-cmds that exclude
+ them will yield errors.
+ -->
+ <dependency>
+ <groupId>org.apache.spark</groupId>
+ <artifactId>spark-tags_${scala.binary.version}</artifactId>
+ <type>test-jar</type>
+ <scope>test</scope>
+ </dependency>
+
<dependency>
<groupId>log4j</groupId>
<artifactId>log4j</artifactId>