Class DefaultDependencyManager

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

public final class DefaultDependencyManager extends Object implements 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.

Since:
1.4.0
Author:
Christian Schulte
  • Constructor Details

    • DefaultDependencyManager

      Creates a new dependency manager without any management information.
  • Method Details