sijie opened a new pull request #1235:  Move dependency version management to 
root pom file
URL: https://github.com/apache/bookkeeper/pull/1235
 
 
   Descriptions of the changes in this PR:
   
   *Motivation*
   
   To have a clear dependency management at bookkeeper, avoid unnecessary 
version conflicts.
   
   *Changes*
   
   **Dependencies**
   
   - define versions at properties section at root pom file
   - move dependency definitions to `dependencyManagement` at root pom file
   - avoid specifying dependency version at sub modules unless it is really 
needed. comments were already / are added for those cases.
   
   **Plugin Dependencies**
   
   - define versions at properties section at root pom file
   - use property to specify version when using a new plugin
   - remove duplicated configurations on plugins
   
   *Other changes*
   
   - cleanup root pom files for module `stream` and `stream/distributedlog`
   - fix some checkstyle violations since we are changing some plugin 
inheritances.
   
   This fixes #251
   

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


With regards,
Apache Git Services

Reply via email to