Package | Description |
---|---|
org.eclipse.aether.collection |
The types and extension points for collecting the transitive dependencies of an artifact and building a dependency
graph.
|
Modifier and Type | Method and Description |
---|---|
DependencyManagement |
DependencyManager.manageDependency(Dependency dependency)
Applies dependency management to the specified dependency.
|
DependencyManagement |
DependencyManagement.setExclusions(Collection<Exclusion> exclusions)
Sets the new exclusions to apply to the dependency.
|
DependencyManagement |
DependencyManagement.setOptional(Boolean optional)
Sets the new optional flag to apply to the dependency.
|
DependencyManagement |
DependencyManagement.setProperties(Map<String,String> properties)
Sets the new properties to apply to the dependency.
|
DependencyManagement |
DependencyManagement.setScope(String scope)
Sets the new scope to apply to the dependency.
|
DependencyManagement |
DependencyManagement.setVersion(String version)
Sets the new version to apply to the dependency.
|
Copyright © 2010–2017 The Apache Software Foundation. All rights reserved.