aboutsummaryrefslogtreecommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
authorSean Owen <sowen@cloudera.com>2016-05-16 16:27:04 +0100
committerSean Owen <sowen@cloudera.com>2016-05-16 16:27:04 +0100
commitfabc8e5b128849a08d820d8c0b3425e39258e02e (patch)
tree553a8836ba57136361a37477df3deabdabfa912f /pom.xml
parentf116a84ef8bf8a201c1a67154fda6990e4222074 (diff)
downloadspark-fabc8e5b128849a08d820d8c0b3425e39258e02e.tar.gz
spark-fabc8e5b128849a08d820d8c0b3425e39258e02e.tar.bz2
spark-fabc8e5b128849a08d820d8c0b3425e39258e02e.zip
[SPARK-12972][CORE][TEST-MAVEN][TEST-HADOOP2.2] Update org.apache.httpcomponents.httpclient, commons-io
## What changes were proposed in this pull request? This is sort of a hot-fix for https://github.com/apache/spark/pull/13117, but, the problem is limited to Hadoop 2.2. The change is to manage `commons-io` to 2.4 for all Hadoop builds, which is only a net change for Hadoop 2.2, which was using 2.1. ## How was this patch tested? Jenkins tests -- normal PR builder, then the `[test-hadoop2.2] [test-maven]` if successful. Author: Sean Owen <sowen@cloudera.com> Closes #13132 from srowen/SPARK-12972.3.
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index 40d9bf5ccc..864824d86c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -166,6 +166,7 @@
<netlib.java.version>1.1.2</netlib.java.version>
<calcite.version>1.2.0-incubating</calcite.version>
<commons-codec.version>1.10</commons-codec.version>
+ <commons-io.version>2.4</commons-io.version>
<!-- org.apache.commons/commons-lang/-->
<commons-lang2.version>2.6</commons-lang2.version>
<!-- org.apache.commons/commons-lang3/-->
@@ -377,6 +378,11 @@
<version>${commons-lang2.version}</version>
</dependency>
<dependency>
+ <groupId>commons-io</groupId>
+ <artifactId>commons-io</artifactId>
+ <version>${commons-io.version}</version>
+ </dependency>
+ <dependency>
<groupId>commons-codec</groupId>
<artifactId>commons-codec</artifactId>
<version>${commons-codec.version}</version>