Skip to content

Commit 8a916b2

Browse files
committed
fix: Error for Used undeclared dependencies found by declaring google-auth-library-credentials dependencies
1 parent 09b5ee8 commit 8a916b2

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

google-cloud-logging/pom.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,10 @@
102102
<groupId>com.google.errorprone</groupId>
103103
<artifactId>error_prone_annotations</artifactId>
104104
</dependency>
105+
<dependency>
106+
<groupId>com.google.auth</groupId>
107+
<artifactId>google-auth-library-credentials</artifactId>
108+
</dependency>
105109

106110
<!-- Test dependencies -->
107111
<dependency>

0 commit comments

Comments
 (0)