We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5213147 commit deb0ac8Copy full SHA for deb0ac8
pom.xml
@@ -52,6 +52,12 @@
52
<artifactId>grpc-protobuf</artifactId>
53
<version>1.65.1</version>
54
</dependency>
55
+ <!-- https://mvnrepository.com/artifact/io.grpc/grpc-util -->
56
+ <dependency>
57
+ <groupId>io.grpc</groupId>
58
+ <artifactId>grpc-util</artifactId>
59
+ <version>1.65.1</version>
60
+ </dependency>
61
<!-- https://mvnrepository.com/artifact/javax.annotation/javax.annotation-api -->
62
<dependency>
63
<groupId>javax.annotation</groupId>
0 commit comments