Skip to content

Commit 2cd630b

Browse files
committed
add missing iam dependencies
1 parent 78df784 commit 2cd630b

File tree

1 file changed

+8
-0
lines changed
  • java-bigqueryreservation/proto-google-cloud-bigqueryreservation-v1

1 file changed

+8
-0
lines changed

java-bigqueryreservation/proto-google-cloud-bigqueryreservation-v1/pom.xml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,5 +29,13 @@
2929
<groupId>com.google.guava</groupId>
3030
<artifactId>guava</artifactId>
3131
</dependency>
32+
<dependency>
33+
<groupId>com.google.api.grpc</groupId>
34+
<artifactId>proto-google-iam-v1</artifactId>
35+
</dependency>
36+
<dependency>
37+
<groupId>com.google.api.grpc</groupId>
38+
<artifactId>grpc-google-iam-v1</artifactId>
39+
</dependency>
3240
</dependencies>
3341
</project>

0 commit comments

Comments
 (0)