Skip to content

Commit

Permalink
deps: add missing dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
emmileaf committed Apr 25, 2023
1 parent f8cd2b1 commit 2dddb2f
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions java-dataproc-metastore/google-cloud-dataproc-metastore/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,10 @@
<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.grpc</groupId>
Expand Down Expand Up @@ -80,6 +84,16 @@
<artifactId>junit</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.google.api.grpc</groupId>
<artifactId>grpc-google-common-protos</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.google.api.grpc</groupId>
<artifactId>grpc-google-iam-v1</artifactId>
<scope>test</scope>
</dependency>

<dependency>
<groupId>com.google.api.grpc</groupId>
Expand Down

0 comments on commit 2dddb2f

Please sign in to comment.