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

Commit 0fe26dd

Browse files
feat: add grpc-iam-v1 to keep version consistent w proto-iam-v1 (#55)
1 parent 90230c4 commit 0fe26dd

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

pom.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -222,6 +222,11 @@
222222
</dependency>
223223

224224
<!-- Following test deps are kept to keep them consistent with versions above -->
225+
<dependency>
226+
<groupId>com.google.api.grpc</groupId>
227+
<artifactId>grpc-google-iam-v1</artifactId>
228+
<version>${iam.version}</version>
229+
</dependency>
225230
<dependency>
226231
<groupId>com.google.api</groupId>
227232
<artifactId>gax-grpc</artifactId>

0 commit comments

Comments
 (0)