Skip to content

Commit d464e35

Browse files
committed
removing dependency on grpc netty shaded
1 parent 9c2df7a commit d464e35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cantor-grpc-client/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
<!--GRPC-->
3535
<dependency>
3636
<groupId>io.grpc</groupId>
37-
<artifactId>grpc-netty-shaded</artifactId>
37+
<artifactId>grpc-netty</artifactId>
3838
<version>${grpc.version}</version>
3939
</dependency>
4040
<dependency>

0 commit comments

Comments
 (0)