Skip to content

Commit 9d1b692

Browse files
gguusslesv
authored andcommitted
Upgrades client library to cloud 0.20.0-alpha (#735)
1 parent 7434b80 commit 9d1b692

File tree

1 file changed

+1
-23
lines changed

1 file changed

+1
-23
lines changed

speech/cloud-client/pom.xml

Lines changed: 1 addition & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -50,31 +50,9 @@
5050
<!-- [START dependencies] -->
5151
<dependency>
5252
<groupId>com.google.cloud</groupId>
53-
<artifactId>google-cloud-speech</artifactId>
53+
<artifactId>google-cloud</artifactId>
5454
<version>0.20.0-alpha</version>
5555
</dependency>
56-
<dependency>
57-
<groupId>com.google.api</groupId>
58-
<artifactId>gax</artifactId>
59-
<version>1.3.1</version>
60-
<exclusions>
61-
<exclusion> <!-- exclude an old version of Guava -->
62-
<groupId>com.google.guava</groupId>
63-
<artifactId>*</artifactId>
64-
</exclusion>
65-
</exclusions>
66-
</dependency>
67-
<dependency>
68-
<groupId>com.google.api</groupId>
69-
<artifactId>gax-grpc</artifactId>
70-
<version>0.20.0</version>
71-
<exclusions>
72-
<exclusion> <!-- exclude an old version of Guava -->
73-
<groupId>com.google.guava</groupId>
74-
<artifactId>*</artifactId>
75-
</exclusion>
76-
</exclusions>
77-
</dependency>
7856
<!-- [END dependencies] -->
7957

8058
<!-- Test dependencies -->

0 commit comments

Comments
 (0)