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 2018/01/10 18:40:26 UTC

[GitHub] sijie opened a new pull request #1052: Move zookeeper/bookkeeper from dependency management and only specify the dependency when they are used

sijie opened a new pull request #1052: Move zookeeper/bookkeeper from dependency management and only specify the dependency when they are used
URL: https://github.com/apache/incubator-pulsar/pull/1052
 
 
   
   ### Motivation
   
   Currently zookeeper and bookkeeper are specified in dependency management. so a specific version of zookeeper and bookkeeper is enforced across the project. It would be good to move zk and bk away from dependency management and only specify the dependency when they are used. so it allows playing around with the new bookkeeper version in a separate module.
   
   ### Modifications
   
   - move zk dependency to pulsar-zookeeper
   - move bk dependency to managed-ledger
   
   ### Result
   
   It allows me using the latest bookkeeper client in a separated module that I am working on.
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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


With regards,
Apache Git Services