Fixes #1140: Added showVersionless (default true) by andrzejj0 · Pull Request #1187 · mojohaus/versions (original) (raw)
Resolves #1140. New optional parameter, showVersionless default true so that we keep backward compatibility.
Scope of verbose is enhanced: with showVersionless or with processDependencyManagementTransitive, it will also show where the version is managed (groupId:artifactId:version of the POM which manages the version of the dependency).
Please review.
I'm also working on another branch which will use a common service (for dependency updates, dependency updates reports, and possibly for updating those versions as well) to retrieve dependency updates. This will bring cohesion much needed cohesion.