Skip to content

Commit 922f1be

Browse files
committed
deps: adding google-auth-library-credentials
Adding this resolves the dependency conflict of missing com.google.auth.Retryable class.
1 parent 8c06787 commit 922f1be

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

trace/pom.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,11 @@
7272
<artifactId>gax-grpc</artifactId>
7373
<version>2.7.0</version>
7474
</dependency>
75+
<dependency>
76+
<groupId>com.google.auth</groupId>
77+
<artifactId>google-auth-library-credentials</artifactId>
78+
<version>1.8.1</version>
79+
</dependency>
7580
<dependency>
7681
<groupId>com.google.auth</groupId>
7782
<artifactId>google-auth-library-oauth2-http</artifactId>

0 commit comments

Comments
 (0)