Skip to content

Commit

Permalink
Update com.google.httpclient to be same as Beam's dependency (#45)
Browse files Browse the repository at this point in the history
  • Loading branch information
pradithya authored and feast-ci-bot committed Jan 8, 2019
1 parent f0c1a18 commit 9c0ef21
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions ingestion/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<org.apache.beam.version>2.9.0</org.apache.beam.version>
<com.google.cloud.version>1.35.0</com.google.cloud.version>
<com.google.httpclient.version>1.27.0</com.google.httpclient.version>
<grpcVersion>1.13.1</grpcVersion>
<guice.version>4.1.0</guice.version>
<spring.kafka.version>2.2.2.RELEASE</spring.kafka.version>
Expand Down Expand Up @@ -173,12 +174,12 @@
<dependency>
<groupId>com.google.http-client</groupId>
<artifactId>google-http-client</artifactId>
<version>1.23.0</version>
<version>${com.google.httpclient.version}</version>
</dependency>
<dependency>
<groupId>com.google.http-client</groupId>
<artifactId>google-http-client-gson</artifactId>
<version>1.23.0</version>
<version>${com.google.httpclient.version}</version>
</dependency>


Expand Down

0 comments on commit 9c0ef21

Please sign in to comment.