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

Commit f055231

Browse files
authored
deps: fix scope for google-auth-library-oauth2-http (#230)
1 parent 26203f1 commit f055231

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

google-cloud-monitoring/pom.xml

+1-2
Original file line numberDiff line numberDiff line change
@@ -75,11 +75,10 @@
7575
<artifactId>grpc-google-cloud-monitoring-v3</artifactId>
7676
<scope>test</scope>
7777
</dependency>
78-
78+
7979
<dependency>
8080
<groupId>com.google.auth</groupId>
8181
<artifactId>google-auth-library-oauth2-http</artifactId>
82-
<scope>test</scope>
8382
</dependency>
8483
<!-- Need testing utility classes for generated gRPC clients tests -->
8584
<dependency>

0 commit comments

Comments
 (0)