aboutsummaryrefslogtreecommitdiff
path: root/external
diff options
context:
space:
mode:
authorSean Owen <sowen@cloudera.com>2016-05-13 09:00:50 +0100
committerSean Owen <sowen@cloudera.com>2016-05-13 09:00:50 +0100
commitc74a6c3f2363f065a4915fdadec5eff665fa02e7 (patch)
treebfb248da2d1612e593ebabd296058da85022849a /external
parent382dbc12bb4b06871850a94f88018e76058a9b52 (diff)
downloadspark-c74a6c3f2363f065a4915fdadec5eff665fa02e7.tar.gz
spark-c74a6c3f2363f065a4915fdadec5eff665fa02e7.tar.bz2
spark-c74a6c3f2363f065a4915fdadec5eff665fa02e7.zip
[SPARK-12972][CORE] Update org.apache.httpcomponents.httpclient
## What changes were proposed in this pull request? - update httpcore/httpclient to latest - centralize version management - remove excludes that are no longer relevant according to SBT/Maven dep graphs - also manage httpmime to match httpclient ## How was this patch tested? Jenkins tests, plus review of dependency graphs from SBT/Maven, and review of test-dependencies.sh output Author: Sean Owen <sowen@cloudera.com> Closes #13049 from srowen/SPARK-12972.
Diffstat (limited to 'external')
-rw-r--r--external/docker-integration-tests/pom.xml2
1 files changed, 0 insertions, 2 deletions
diff --git a/external/docker-integration-tests/pom.xml b/external/docker-integration-tests/pom.xml
index 53a24f3e06..3169a0ebae 100644
--- a/external/docker-integration-tests/pom.xml
+++ b/external/docker-integration-tests/pom.xml
@@ -85,13 +85,11 @@
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpclient</artifactId>
- <version>4.5</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpcore</artifactId>
- <version>4.4.1</version>
<scope>test</scope>
</dependency>
<!-- Necessary in order to avoid errors in log messages: -->