Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
deps: remove direct declaration of google-auth-library-oauth2-http (#184
)

Rather than having a direct managed dependency for
google-auth-library-oauth2-http use the version provided by
google-cloud-shared-dependencies.
  • Loading branch information
BenWhitehead committed Jun 26, 2020
1 parent 8e79375 commit 4fa4df4
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions pom.xml
Expand Up @@ -180,11 +180,6 @@
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>com.google.auth</groupId>
<artifactId>google-auth-library-oauth2-http</artifactId>
<version>0.20.0</version>
</dependency>
<dependency>
<groupId>com.google.oauth-client</groupId>
<artifactId>google-oauth-client</artifactId>
Expand Down

0 comments on commit 4fa4df4

Please sign in to comment.