Skip to content

Commit bfcc5a5

Browse files
fix: Update pom.xml
1 parent 5213147 commit bfcc5a5

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

pom.xml

+6
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,12 @@
5252
<artifactId>grpc-protobuf</artifactId>
5353
<version>1.65.1</version>
5454
</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>
5561
<!-- https://mvnrepository.com/artifact/javax.annotation/javax.annotation-api -->
5662
<dependency>
5763
<groupId>javax.annotation</groupId>

0 commit comments

Comments
 (0)