Skip to content

Commit 14400b8

Browse files
committed
Adds missing dependency until the video library is fixed.
1 parent f593da3 commit 14400b8

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

video/cloud-client/pom.xml

+5
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,11 @@
5050
<artifactId>google-cloud-video-intelligence</artifactId>
5151
<version>0.20.1-alpha</version>
5252
</dependency>
53+
<dependency>
54+
<groupId>com.google.auth</groupId>
55+
<artifactId>google-auth-library-credentials</artifactId>
56+
<version>0.6.1</version>
57+
</dependency>
5358
<dependency>
5459
<groupId>com.google.oauth-client</groupId>
5560
<artifactId>google-oauth-client-jetty</artifactId>

0 commit comments

Comments
 (0)