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

Commit

Permalink
fix: google-auth-library-oauth2-http is runtime scope (#911)
Browse files Browse the repository at this point in the history
Fixing 204e76c
  • Loading branch information
suztomo committed Aug 11, 2022
1 parent 7143f96 commit fb080db
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -57,13 +57,13 @@ implementation 'com.google.cloud:google-cloud-monitoring'
If you are using Gradle without BOM, add this to your dependencies:

```Groovy
implementation 'com.google.cloud:google-cloud-monitoring:3.3.6'
implementation 'com.google.cloud:google-cloud-monitoring:3.4.0'
```

If you are using SBT, add this to your dependencies:

```Scala
libraryDependencies += "com.google.cloud" % "google-cloud-monitoring" % "3.3.6"
libraryDependencies += "com.google.cloud" % "google-cloud-monitoring" % "3.4.0"
```

## Authentication
Expand Down
2 changes: 1 addition & 1 deletion google-cloud-monitoring/pom.xml
Expand Up @@ -79,7 +79,7 @@
<dependency>
<groupId>com.google.auth</groupId>
<artifactId>google-auth-library-oauth2-http</artifactId>
<scope>test</scope>
<scope>runtime</scope>
</dependency>
<!-- Need testing utility classes for generated gRPC clients tests -->
<dependency>
Expand Down

0 comments on commit fb080db

Please sign in to comment.