wolfstudy opened a new pull request #7997:
URL: https://github.com/apache/pulsar/pull/7997


   Signed-off-by: xiaolong.ran <[email protected]>
   
   
   Fixes #7931
   
   ### Motivation
   
   ```
   $ mvn dependency:tree|grep vertx
   ```
   
   Output:
   ```
   [INFO] +- org.apache.bookkeeper.http:vertx-http-server:jar:4.10.0:compile
   [INFO] +- io.vertx:vertx-core:jar:3.5.3:compile
   [INFO] +- io.vertx:vertx-web:jar:3.5.3:compile
   [INFO] |  +- io.vertx:vertx-auth-common:jar:3.5.3:compile
   [INFO] |  \- io.vertx:vertx-bridge-common:jar:3.5.3:compile
   [INFO] |  +- org.apache.bookkeeper.http:vertx-http-server:jar:4.10.0:provided
   [INFO] |  +- io.vertx:vertx-core:jar:3.5.3:provided
   [INFO] |  \- io.vertx:vertx-web:jar:3.5.3:provided
   [INFO] |     +- io.vertx:vertx-auth-common:jar:3.5.3:provided
   [INFO] |     \- io.vertx:vertx-bridge-common:jar:3.5.3:provided
   ```
   
   ### Modifications
   
   - exclude `vertx` from bookkeeper-http package and include vertx of `3.5.3` 
to `vertx-http-server`
    
   


----------------------------------------------------------------
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]


Reply via email to