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 5b87a91
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
2 changes: 1 addition & 1 deletion grpc-google-iam-v2/pom.xml
Expand Up @@ -6,7 +6,7 @@
<artifactId>grpc-google-iam-v2</artifactId>
<version>1.5.3-SNAPSHOT</version><!-- {x-version-update:grpc-google-iam-v2:current} -->
<name>grpc-google-iam-v2</name>
<description>GRPC library for proto-google-iam-v1</description>
<description>GRPC library for proto-google-iam-v1</description>q
<parent>
<groupId>com.google.cloud</groupId>
<artifactId>google-iam-parent</artifactId>
Expand Down
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 5b87a91

Please sign in to comment.