Package org.openrewrite.maven.utilities
Class RetainVersions
java.lang.Object
org.openrewrite.maven.utilities.RetainVersions
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic List<org.openrewrite.Recipe>
plan
(MavenVisitor<?> visitor, List<String> retainVersions) Returns a list of recipes which can be applied to add explicit versions for dependencies matching the GAVs in param `retainVersions`
-
Constructor Details
-
RetainVersions
public RetainVersions()
-
-
Method Details
-
plan
public static List<org.openrewrite.Recipe> plan(MavenVisitor<?> visitor, List<String> retainVersions) Returns a list of recipes which can be applied to add explicit versions for dependencies matching the GAVs in param `retainVersions`
-