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

deps: fix scope for google-auth-library-oauth2-http #230

Merged
merged 1 commit into from Aug 14, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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