aboutsummaryrefslogtreecommitdiff
path: root/launcher/pom.xml
diff options
context:
space:
mode:
authorJosh Rosen <joshrosen@databricks.com>2015-06-29 14:07:55 -0700
committerJosh Rosen <joshrosen@databricks.com>2015-06-29 14:07:55 -0700
commit27ef85451cd237caa7016baa69957a35ab365aa8 (patch)
tree8a8fe158fa7bfcf0e03b3222f93a37ad5c2eae42 /launcher/pom.xml
parentafae9766f28d2e58297405c39862d20a04267b62 (diff)
downloadspark-27ef85451cd237caa7016baa69957a35ab365aa8.tar.gz
spark-27ef85451cd237caa7016baa69957a35ab365aa8.tar.bz2
spark-27ef85451cd237caa7016baa69957a35ab365aa8.zip
[SPARK-8709] Exclude hadoop-client's mockito-all dependency
This patch excludes `hadoop-client`'s dependency on `mockito-all`. As of #7061, Spark depends on `mockito-core` instead of `mockito-all`, so the dependency from Hadoop was leading to test compilation failures for some of the Hadoop 2 SBT builds. Author: Josh Rosen <joshrosen@databricks.com> Closes #7090 from JoshRosen/SPARK-8709 and squashes the following commits: e190122 [Josh Rosen] [SPARK-8709] Exclude hadoop-client's mockito-all dependency.
Diffstat (limited to 'launcher/pom.xml')
-rw-r--r--launcher/pom.xml6
1 files changed, 0 insertions, 6 deletions
diff --git a/launcher/pom.xml b/launcher/pom.xml
index a853e67f5c..2fd768d811 100644
--- a/launcher/pom.xml
+++ b/launcher/pom.xml
@@ -68,12 +68,6 @@
<groupId>org.apache.hadoop</groupId>
<artifactId>hadoop-client</artifactId>
<scope>test</scope>
- <exclusions>
- <exclusion>
- <groupId>org.codehaus.jackson</groupId>
- <artifactId>jackson-mapper-asl</artifactId>
- </exclusion>
- </exclusions>
</dependency>
</dependencies>