Class OptionalDependencySelector

java.lang.Object
org.eclipse.aether.util.graph.selector.OptionalDependencySelector
All Implemented Interfaces:
DependencySelector

public final class OptionalDependencySelector extends Object implements DependencySelector
A dependency selector that excludes optional dependencies which occur beyond level one of the dependency graph.
See Also:
  • Constructor Details

    • OptionalDependencySelector

      Creates a new selector to exclude optional transitive dependencies.
  • Method Details