[FLINK-3373] [build] Revert HTTP Components versions because of incompatibility with Hadoop >= 2.6.0
Project: http://git-wip-us.apache.org/repos/asf/flink/repo Commit: http://git-wip-us.apache.org/repos/asf/flink/commit/de231d74 Tree: http://git-wip-us.apache.org/repos/asf/flink/tree/de231d74 Diff: http://git-wip-us.apache.org/repos/asf/flink/diff/de231d74 Branch: refs/heads/tableOnCalcite Commit: de231d74650600ae84a76ee267aeab6ddd0ff596 Parents: 72f8228 Author: Stephan Ewen <[email protected]> Authored: Tue Feb 9 20:38:43 2016 +0100 Committer: Stephan Ewen <[email protected]> Committed: Tue Feb 9 20:38:43 2016 +0100 ---------------------------------------------------------------------- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flink/blob/de231d74/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 81528c8..0a64c4a 100644 --- a/pom.xml +++ b/pom.xml @@ -344,13 +344,13 @@ under the License. <dependency> <groupId>org.apache.httpcomponents</groupId> <artifactId>httpcore</artifactId> - <version>4.4.4</version> + <version>4.2.5</version> </dependency> <dependency> <groupId>org.apache.httpcomponents</groupId> <artifactId>httpclient</artifactId> - <version>4.5.1</version> + <version>4.2.6</version> </dependency> <dependency>
