You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@bookkeeper.apache.org by GitBox <gi...@apache.org> on 2018/03/07 09:08:35 UTC

[GitHub] sijie opened a new pull request #1235: Move dependency version management to root pom file

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


With regards,
Apache Git Services