lhotari commented on code in PR #4426:
URL: https://github.com/apache/bookkeeper/pull/4426#discussion_r1637543431
##########
stream/common/pom.xml:
##########
@@ -39,29 +39,12 @@
<dependency>
<groupId>io.grpc</groupId>
<artifactId>grpc-all</artifactId>
- <exclusions>
- <exclusion>
- <groupId>io.grpc</groupId>
- <artifactId>grpc-netty-shaded</artifactId>
- </exclusion>
- <exclusion>
- <groupId>org.bouncycastle</groupId>
- <artifactId>bcpkix-jdk15on</artifactId>
Review Comment:
removed in grpc-java in v1.48:
https://github.com/grpc/grpc-java/commit/4d00e0cb. I'll remove it also from
this PR.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]