We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 77d163f commit ac6cb60Copy full SHA for ac6cb60
2 files changed
[refs]
@@ -1,5 +1,5 @@
1
---
2
-refs/heads/master: db9ce9f9804639a55821efdc43842a8ab71bc01a
+refs/heads/master: e88d27c076db5a67045682ca55e215ab81b07ae8
3
refs/heads/travis: 47e4fee4fd5af9b2a8ce46f23c72ec95f9b195b2
4
refs/heads/gh-pages: 6daca92127d91b7c2c99490080ecf8a13fa94cde
5
refs/tags/0.0.9: 22f1839238f66c39e67ed4dfdcd273b1ae2e8444
trunk/google-cloud-bom/pom.xml
@@ -865,6 +865,11 @@
865
<artifactId>grpc-context</artifactId>
866
<version>${grpc.version}</version>
867
</dependency>
868
+ <dependency>
869
+ <groupId>io.grpc</groupId>
870
+ <artifactId>grpc-testing</artifactId>
871
+ <version>${grpc.version}</version>
872
+ </dependency>
873
<dependency>
874
<groupId>joda-time</groupId>
875
<artifactId>joda-time</artifactId>
0 commit comments