Class ManageDependencies

java.lang.Object
org.openrewrite.Recipe
org.openrewrite.ScanningRecipe<Map<GroupArtifactVersion,Collection<ResolvedDependency>>>
org.openrewrite.maven.ManageDependencies
All Implemented Interfaces:
Cloneable

public class ManageDependencies extends org.openrewrite.ScanningRecipe<Map<GroupArtifactVersion,Collection<ResolvedDependency>>>
Make existing dependencies "dependency managed", moving the version to the dependencyManagement section of the POM.

All dependencies that match groupPattern and artifactPattern should be align-able to the same version (either the version provided to this visitor or the maximum matching version if none is provided).