Skip to content

Commit

Permalink
chore: Add missing grpc-commons dependency (#8280)
Browse files Browse the repository at this point in the history
  • Loading branch information
lqiu96 authored Sep 2, 2022
1 parent bab91a7 commit f604cb6
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,10 @@
<groupId>com.google.api.grpc</groupId>
<artifactId>proto-google-common-protos</artifactId>
</dependency>
<dependency>
<groupId>com.google.api.grpc</groupId>
<artifactId>grpc-google-common-protos</artifactId>
</dependency>
<dependency>
<groupId>com.google.api.grpc</groupId>
<artifactId>proto-google-iam-v1</artifactId>
Expand Down

0 comments on commit f604cb6

Please sign in to comment.