Skip to content

Commit

Permalink
Using the google-cloud-http-bom (#4594)
Browse files Browse the repository at this point in the history
  • Loading branch information
sduskis committed Feb 28, 2019
1 parent f5fae7e commit 07e03b5
Showing 1 changed file with 8 additions and 16 deletions.
24 changes: 8 additions & 16 deletions google-cloud-clients/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@
<grpc.version>1.18.0</grpc.version>
<!-- We are currently using the *-android version to support JDK7. -->
<guava.version>26.0-android</guava.version>
<http-client.version>1.28.0</http-client.version>
<http-client-bom.version>1.28.0</http-client-bom.version>
<oauth-client.version>1.28.0</oauth-client.version>
<protobuf.version>3.6.1</protobuf.version>
<!-- make sure to keep opencensus version in sync with grpc -->
Expand All @@ -188,6 +188,13 @@
<type>pom</type>
<scope>import</scope>
</dependency>
<dependency>
<groupId>com.google.http-client</groupId>
<artifactId>google-http-client-bom</artifactId>
<version>${http-client-bom.version}</version>
<type>pom</type>
<scope>import</scope>
</dependency>
<dependency>
<groupId>com.google.apis</groupId>
<artifactId>google-api-services-bigquery</artifactId>
Expand Down Expand Up @@ -313,21 +320,6 @@
<artifactId>auto-value</artifactId>
<version>1.4</version>
</dependency>
<dependency>
<groupId>com.google.http-client</groupId>
<artifactId>google-http-client</artifactId>
<version>${http-client.version}</version>
</dependency>
<dependency>
<groupId>com.google.http-client</groupId>
<artifactId>google-http-client-appengine</artifactId>
<version>${http-client.version}</version>
</dependency>
<dependency>
<groupId>com.google.http-client</groupId>
<artifactId>google-http-client-jackson2</artifactId>
<version>${http-client.version}</version>
</dependency>
<dependency>
<groupId>com.google.oauth-client</groupId>
<artifactId>google-oauth-client</artifactId>
Expand Down

0 comments on commit 07e03b5

Please sign in to comment.