Skip to content

Commit

Permalink
[FLINK-3373] [build] Revert HTTP Components versions because of incom…
Browse files Browse the repository at this point in the history
…patibility with Hadoop >= 2.6.0
  • Loading branch information
StephanEwen committed Feb 9, 2016
1 parent 72f8228 commit de231d7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Expand Up @@ -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>
Expand Down

0 comments on commit de231d7

Please sign in to comment.