We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7c04f12 commit 87aee55Copy full SHA for 87aee55
2 files changed
[refs]
@@ -1,5 +1,5 @@
1
---
2
-refs/heads/master: 1942af9fc456e9d84cf5335da49443796ef75b8b
+refs/heads/master: b681031457f57e4ff22d53b911bb7dcf2a688fa8
3
refs/heads/travis: 47e4fee4fd5af9b2a8ce46f23c72ec95f9b195b2
4
refs/heads/gh-pages: 6daca92127d91b7c2c99490080ecf8a13fa94cde
5
refs/tags/0.0.9: 22f1839238f66c39e67ed4dfdcd273b1ae2e8444
trunk/google-cloud-bom/pom.xml
@@ -902,6 +902,11 @@
902
<artifactId>api-common</artifactId>
903
<version>${api-common.version}</version>
904
</dependency>
905
+ <dependency>
906
+ <groupId>io.grpc</groupId>
907
+ <artifactId>grpc-core</artifactId>
908
+ <version>${grpc.version}</version>
909
+ </dependency>
910
<dependency>
911
<groupId>io.grpc</groupId>
912
<artifactId>grpc-netty</artifactId>
0 commit comments