Class DefaultDependencyManager

java.lang.Object
org.eclipse.aether.util.graph.manager.AbstractDependencyManager
org.eclipse.aether.util.graph.manager.DefaultDependencyManager
All Implemented Interfaces:
DependencyManager

A dependency manager managing dependencies on all levels supporting transitive dependency management.

Note:Unlike the ClassicDependencyManager and the TransitiveDependencyManager this implementation applies management also on the first level. This is considered the resolver's default behaviour. It ignores all management overrides supported by the MavenModelBuilder.

This manager has deriveUntil=Integer.MAX_VALUE and applyFrom=0.

Since:
1.4.0
Author:
Christian Schulte