Skip to content
This repository has been archived by the owner on Sep 19, 2023. It is now read-only.

Commit

Permalink
feat: add grpc-iam-v1 to keep version consistent w proto-iam-v1 (#55)
Browse files Browse the repository at this point in the history
  • Loading branch information
stephaniewang526 committed May 27, 2020
1 parent 90230c4 commit 0fe26dd
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions pom.xml
Expand Up @@ -222,6 +222,11 @@
</dependency>

<!-- Following test deps are kept to keep them consistent with versions above -->
<dependency>
<groupId>com.google.api.grpc</groupId>
<artifactId>grpc-google-iam-v1</artifactId>
<version>${iam.version}</version>
</dependency>
<dependency>
<groupId>com.google.api</groupId>
<artifactId>gax-grpc</artifactId>
Expand Down

0 comments on commit 0fe26dd

Please sign in to comment.