Skip to content

Commit

Permalink
Update Apache HttpClient to the latest version
Browse files Browse the repository at this point in the history
	Change on 2018/10/02 by idv <idv@google.com>

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=215476698
  • Loading branch information
medb committed Oct 3, 2018
1 parent cf5c004 commit 81e44fc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 8 deletions.
2 changes: 2 additions & 0 deletions gcs/CHANGES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@
fs.gs.proxy.username (default: null)
fs.gs.proxy.password (default: null)

3. Update Apache HttpClient to the latest version.


1.9.7 - 2018-09-20

Expand Down
9 changes: 1 addition & 8 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -98,9 +98,7 @@
<apache.avro.version>1.7.7</apache.avro.version>
<google.gson.version>2.2.4</google.gson.version>

<!-- Keep in sync with google-api-client dependency -->
<apache.httpcomponents.version>4.0.1</apache.httpcomponents.version>

<apache.httpcomponents.version>4.5.6</apache.httpcomponents.version>
<google.api.version>1.25.0</google.api.version>
<google.api-bigquery.version>v2-rev402-${google.api.version}</google.api-bigquery.version>
<google.api-storage.version>v1-rev136-${google.api.version}</google.api-storage.version>
Expand Down Expand Up @@ -400,11 +398,6 @@
<artifactId>httpclient</artifactId>
<version>${apache.httpcomponents.version}</version>
</dependency>
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpcore</artifactId>
<version>${apache.httpcomponents.version}</version>
</dependency>
<dependency>
<groupId>org.apache.avro</groupId>
<artifactId>avro</artifactId>
Expand Down

0 comments on commit 81e44fc

Please sign in to comment.