aboutsummaryrefslogtreecommitdiff
path: root/common/network-yarn
diff options
context:
space:
mode:
Diffstat (limited to 'common/network-yarn')
-rw-r--r--common/network-yarn/pom.xml11
1 files changed, 11 insertions, 0 deletions
diff --git a/common/network-yarn/pom.xml b/common/network-yarn/pom.xml
index 9fcd636c88..5e5a80bd44 100644
--- a/common/network-yarn/pom.xml
+++ b/common/network-yarn/pom.xml
@@ -50,6 +50,17 @@
<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>
+
<!-- Provided dependencies -->
<dependency>
<groupId>org.apache.hadoop</groupId>