You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by GitBox <gi...@apache.org> on 2020/09/07 12:13:18 UTC

[GitHub] [pulsar] jiazhai commented on a change in pull request #7997: Exclude vertx from bookkeeper-http package

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:
users@infra.apache.org