Skip to content

Commit

Permalink
Upgrades client library to cloud 0.20.0-alpha (#735)
Browse files Browse the repository at this point in the history
  • Loading branch information
gguuss authored and lesv committed Jun 29, 2017
1 parent 7434b80 commit 9d1b692
Showing 1 changed file with 1 addition and 23 deletions.
24 changes: 1 addition & 23 deletions speech/cloud-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -50,31 +50,9 @@
<!-- [START dependencies] -->
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-speech</artifactId>
<artifactId>google-cloud</artifactId>
<version>0.20.0-alpha</version>
</dependency>
<dependency>
<groupId>com.google.api</groupId>
<artifactId>gax</artifactId>
<version>1.3.1</version>
<exclusions>
<exclusion> <!-- exclude an old version of Guava -->
<groupId>com.google.guava</groupId>
<artifactId>*</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>com.google.api</groupId>
<artifactId>gax-grpc</artifactId>
<version>0.20.0</version>
<exclusions>
<exclusion> <!-- exclude an old version of Guava -->
<groupId>com.google.guava</groupId>
<artifactId>*</artifactId>
</exclusion>
</exclusions>
</dependency>
<!-- [END dependencies] -->

<!-- Test dependencies -->
Expand Down

0 comments on commit 9d1b692

Please sign in to comment.