Skip to content

Commit

Permalink
fix: Error for Used undeclared dependencies found by declaring google…
Browse files Browse the repository at this point in the history
…-auth-library-credentials dependencies
  • Loading branch information
jinseopkim0 committed Nov 16, 2024
1 parent 09b5ee8 commit 8a916b2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions google-cloud-logging/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,10 @@
<groupId>com.google.errorprone</groupId>
<artifactId>error_prone_annotations</artifactId>
</dependency>
<dependency>
<groupId>com.google.auth</groupId>
<artifactId>google-auth-library-credentials</artifactId>
</dependency>

<!-- Test dependencies -->
<dependency>
Expand Down

0 comments on commit 8a916b2

Please sign in to comment.