zaplatynski/fsm-packagetype

Bug in dependency resolution

Closed this issue · 1 comments

In version 2.1.1 there were some dependencies updated which causes in the Velocity macros the wrong source of dependencies. Instead of MavenProject::getDependencyArtifacts() which is deprecated in Maven 3.3.9 it is recommended to use MavenProject::getArtifacts().

Fixed in version 2.1.2