Skip to content

Commit

Permalink
upgrade auth version (googleapis#3606)
Browse files Browse the repository at this point in the history
* upgrade auth version

* jdk5 no longer comes in with oauth
  • Loading branch information
elharo authored and yihanzhen committed Aug 27, 2018
1 parent 8f44a9a commit 4eca7a4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
6 changes: 0 additions & 6 deletions google-cloud-clients/google-cloud-core-http/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,6 @@
<dependency>
<groupId>com.google.auth</groupId>
<artifactId>google-auth-library-oauth2-http</artifactId>
<exclusions>
<exclusion>
<groupId>com.google.guava</groupId>
<artifactId>guava-jdk5</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>com.google.http-client</groupId>
Expand Down
2 changes: 1 addition & 1 deletion google-cloud-clients/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@
<bom.version>0.59.1-alpha-SNAPSHOT</bom.version><!-- {x-version-update:google-cloud-bom:current} -->
<api-client.version>1.24.1</api-client.version>
<gax.version>1.30.0</gax.version>
<google.auth.version>0.10.0</google.auth.version>
<google.auth.version>0.11.0</google.auth.version>
<grpc.version>1.13.1</grpc.version>
<nettyssl.version>2.0.7.Final</nettyssl.version>
<guava.version>20.0</guava.version>
Expand Down

0 comments on commit 4eca7a4

Please sign in to comment.