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

Commit

Permalink
chore: fix undeclared but used deps
Browse files Browse the repository at this point in the history
  • Loading branch information
meltsufin committed Sep 12, 2022
1 parent 71f8b19 commit 7d2eec7
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions proto-google-iam-v2beta/pom.xml
Expand Up @@ -21,6 +21,18 @@
<groupId>com.google.api.grpc</groupId>
<artifactId>proto-google-common-protos</artifactId>
</dependency>
<dependency>
<groupId>com.google.api.grpc</groupId>
<artifactId>proto-google-iam-v1</artifactId>
</dependency>
<dependency>
<groupId>com.google.api</groupId>
<artifactId>api-common</artifactId>
</dependency>
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
</dependency>
</dependencies>

<build>
Expand Down

0 comments on commit 7d2eec7

Please sign in to comment.