Uses of Class
org.apache.ivy.plugins.conflict.LatestConflictManager
Packages that use LatestConflictManager
-
Uses of LatestConflictManager in org.apache.ivy.plugins.conflict
Subclasses of LatestConflictManager in org.apache.ivy.plugins.conflictModifier and TypeClassDescriptionclass
This conflict manager can be used to allow only compatible dependencies to be used together (like the strict conflict manager), but it has the advantage of using a best effort algorithm to find a set of compatible dependencies, even if it requires stepping back to older revisions (as long as they are in the set of compatibility).