Skip to content

Commit

Permalink
Adds missing dependency until the video library is fixed.
Browse files Browse the repository at this point in the history
  • Loading branch information
gguuss committed Jul 12, 2017
1 parent f593da3 commit 14400b8
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions video/cloud-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,11 @@
<artifactId>google-cloud-video-intelligence</artifactId>
<version>0.20.1-alpha</version>
</dependency>
<dependency>
<groupId>com.google.auth</groupId>
<artifactId>google-auth-library-credentials</artifactId>
<version>0.6.1</version>
</dependency>
<dependency>
<groupId>com.google.oauth-client</groupId>
<artifactId>google-oauth-client-jetty</artifactId>
Expand Down

0 comments on commit 14400b8

Please sign in to comment.