Skip to content

Commit

Permalink
chore: Add in locations grpc
Browse files Browse the repository at this point in the history
  • Loading branch information
lqiu96 committed Jul 19, 2023
1 parent c96bf93 commit 1ba60c1
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions java-tasks/google-cloud-tasks/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -123,5 +123,10 @@
<classifier>testlib</classifier>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.google.api.grpc</groupId>
<artifactId>grpc-google-common-protos</artifactId>
<scope>test</scope>
</dependency>
</dependencies>
</project>

0 comments on commit 1ba60c1

Please sign in to comment.