Skip to content
This repository has been archived by the owner on Oct 2, 2023. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
deps: fix scope for google-auth-library-oauth2-http (#230)
  • Loading branch information
chingor13 committed Aug 14, 2020
1 parent 26203f1 commit f055231
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions google-cloud-monitoring/pom.xml
Expand Up @@ -75,11 +75,10 @@
<artifactId>grpc-google-cloud-monitoring-v3</artifactId>
<scope>test</scope>
</dependency>

<dependency>
<groupId>com.google.auth</groupId>
<artifactId>google-auth-library-oauth2-http</artifactId>
<scope>test</scope>
</dependency>
<!-- Need testing utility classes for generated gRPC clients tests -->
<dependency>
Expand Down

0 comments on commit f055231

Please sign in to comment.