| Package | Description |
|---|---|
| org.apache.maven.repository.legacy.resolver.conflict |
| Class | Description |
|---|---|
| ConflictResolver |
Determines which version of an artifact to use when there are conflicting declarations.
|
| ConflictResolverFactory |
A factory that produces conflict resolvers of various types.
|
| ConflictResolverNotFoundException |
Indicates that a specified conflict resolver implementation could not be found.
|
| NearestConflictResolver |
Resolves conflicting artifacts by always selecting the nearest declaration.
|