Skip to content

Commit

Permalink
optimie httpclient version
Browse files Browse the repository at this point in the history
  • Loading branch information
xubo245 committed Sep 27, 2018
1 parent 164dfbf commit 8b51395
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/spark2/pom.xml
Expand Up @@ -80,7 +80,7 @@
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpclient</artifactId>
<version>4.2</version>
<version>${httpclient.version}</version>
</dependency>
<dependency>
<groupId>org.scalatest</groupId>
Expand Down
2 changes: 2 additions & 0 deletions pom.xml
Expand Up @@ -112,6 +112,7 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<snappy.version>1.1.2.6</snappy.version>
<hadoop.version>2.7.2</hadoop.version>
<httpclient.version>4.2.5</httpclient.version>
<scala.binary.version>2.11</scala.binary.version>
<scala.version>2.11.8</scala.version>
<hadoop.deps.scope>compile</hadoop.deps.scope>
Expand Down Expand Up @@ -482,6 +483,7 @@
<id>hadoop-2.8</id>
<properties>
<hadoop.version>2.8.3</hadoop.version>
<httpclient.version>4.5.2</httpclient.version>
</properties>
</profile>
<profile>
Expand Down
2 changes: 1 addition & 1 deletion store/sdk/pom.xml
Expand Up @@ -42,7 +42,7 @@
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpclient</artifactId>
<version>4.2</version>
<version>${httpclient.version}</version>
</dependency>
</dependencies>

Expand Down

0 comments on commit 8b51395

Please sign in to comment.