aboutsummaryrefslogtreecommitdiff
path: root/resource-managers/yarn
diff options
context:
space:
mode:
authorSean Owen <sowen@cloudera.com>2017-02-08 17:27:20 +0000
committerSean Owen <sowen@cloudera.com>2017-02-08 17:27:20 +0000
commit15627ac7435f97bb71d6f8645c75a06a8b2b2388 (patch)
treeeae643e6d235760fc8ca1f05d00d56e74079f2b7 /resource-managers/yarn
parent4d4d0de7f64cefbca28dc532b7864de9626aa241 (diff)
downloadspark-15627ac7435f97bb71d6f8645c75a06a8b2b2388.tar.gz
spark-15627ac7435f97bb71d6f8645c75a06a8b2b2388.tar.bz2
spark-15627ac7435f97bb71d6f8645c75a06a8b2b2388.zip
[SPARK-19464][BUILD][HOTFIX][TEST-HADOOP2.6] Add back mockito test dep in YARN module, as it ends up being required in a Maven build
Add back mockito test dep in YARN module, as it ends up being required in a Maven build ## How was this patch tested? PR builder again, but also a local `mvn` run using the command that the broken Jenkins job uses Author: Sean Owen <sowen@cloudera.com> Closes #16853 from srowen/SPARK-19464.2.
Diffstat (limited to 'resource-managers/yarn')
-rw-r--r--resource-managers/yarn/pom.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/resource-managers/yarn/pom.xml b/resource-managers/yarn/pom.xml
index 92a33de0ae..a1b641c8ee 100644
--- a/resource-managers/yarn/pom.xml
+++ b/resource-managers/yarn/pom.xml
@@ -132,6 +132,12 @@
<scope>test</scope>
</dependency>
+ <dependency>
+ <groupId>org.mockito</groupId>
+ <artifactId>mockito-core</artifactId>
+ <scope>test</scope>
+ </dependency>
+
<!--
Jersey 1 dependencies only required for YARN integration testing. Creating a YARN cluster
in the JVM requires starting a Jersey 1-based web application.