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

Commit 971cf4e

Browse files
authored
fix: resolve dependency issue (#9)
1 parent 5d89a95 commit 971cf4e

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

  • grpc-google-cloud-channel-v1

grpc-google-cloud-channel-v1/pom.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,10 @@
3737
<groupId>com.google.guava</groupId>
3838
<artifactId>guava</artifactId>
3939
</dependency>
40+
<dependency>
41+
<groupId>com.google.api.grpc</groupId>
42+
<artifactId>proto-google-common-protos</artifactId>
43+
</dependency>
4044
</dependencies>
4145

4246
<profiles>

0 commit comments

Comments
 (0)