mirror of
https://gitee.com/dcren/initializr.git
synced 2025-09-19 01:58:16 +08:00

This commit introduces a new module, initializer-version-resolver, that provides support for resolving versions from the dependency management of a Maven bom. Providing with the bom's coordinates (groupId, artifactId, and version) a map of groupId:artifactId to version, derived from the bom's <dependencyManagement>, is returned. Closes gh-934