File tree Expand file tree Collapse file tree 1 file changed +1
-23
lines changed Expand file tree Collapse file tree 1 file changed +1
-23
lines changed Original file line number Diff line number Diff line change 50
50
<!-- [START dependencies] -->
51
51
<dependency >
52
52
<groupId >com.google.cloud</groupId >
53
- <artifactId >google-cloud-speech </artifactId >
53
+ <artifactId >google-cloud</artifactId >
54
54
<version >0.20.0-alpha</version >
55
55
</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 >
78
56
<!-- [END dependencies] -->
79
57
80
58
<!-- Test dependencies -->
You can’t perform that action at this time.
0 commit comments