jiazhai commented on a change in pull request #7997:
URL: https://github.com/apache/pulsar/pull/7997#discussion_r484393992
##########
File path: distribution/server/pom.xml
##########
@@ -192,8 +192,36 @@
<groupId>io.netty</groupId>
<artifactId>*</artifactId>
</exclusion>
+ <exclusion>
+ <groupId>io.vertx</groupId>
+ <artifactId>*</artifactId>
+ </exclusion>
</exclusions>
</dependency>
+ <dependency>
Review comment:
This tmp fix lgtm. And ideal fix would be changing the io.vertx version
in BookKeeper. Please help open an issue/PR in BookKeeper, and add an comments
here. So when using the BookKeeper with the fix, we could change this back.
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]