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

Commit

Permalink
build: add used dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
chanseokoh committed Nov 17, 2021
1 parent 56c82dc commit c250ac9
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion grpc-google-cloud-os-config-v1/pom.xml
Expand Up @@ -33,6 +33,10 @@
<groupId>com.google.api.grpc</groupId>
<artifactId>proto-google-cloud-os-config-v1</artifactId>
</dependency>
<dependency>
<groupId>com.google.api.grpc</groupId>
<artifactId>proto-google-common-protos</artifactId>
</dependency>
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
Expand Down Expand Up @@ -62,4 +66,4 @@
</plugin>
</plugins>
</build>
</project>
</project>

0 comments on commit c250ac9

Please sign in to comment.