Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit b681031

Browse files
authored
add grpc-core to BOM (googleapis#2931)
Fixes googleapis#2924.
1 parent 1942af9 commit b681031

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

google-cloud-bom/pom.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -902,6 +902,11 @@
902902
<artifactId>api-common</artifactId>
903903
<version>${api-common.version}</version>
904904
</dependency>
905+
<dependency>
906+
<groupId>io.grpc</groupId>
907+
<artifactId>grpc-core</artifactId>
908+
<version>${grpc.version}</version>
909+
</dependency>
905910
<dependency>
906911
<groupId>io.grpc</groupId>
907912
<artifactId>grpc-netty</artifactId>

0 commit comments

Comments
 (0)