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

Commit

Permalink
chore: add v2 dependencies to google-iam-policy/pom.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
meltsufin committed Sep 12, 2022
1 parent 2912ab6 commit 71f8b19
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions google-iam-policy/pom.xml
Expand Up @@ -46,6 +46,10 @@
<groupId>com.google.api.grpc</groupId>
<artifactId>proto-google-iam-v2beta</artifactId>
</dependency>
<dependency>
<groupId>com.google.api.grpc</groupId>
<artifactId>proto-google-iam-v2</artifactId>
</dependency>
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
Expand Down Expand Up @@ -80,6 +84,11 @@
<artifactId>grpc-google-iam-v2beta</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.google.api.grpc</groupId>
<artifactId>grpc-google-iam-v2</artifactId>
<scope>test</scope>
</dependency>
<!-- Need testing utility classes for generated gRPC clients tests -->
<dependency>
<groupId>com.google.api</groupId>
Expand Down

0 comments on commit 71f8b19

Please sign in to comment.