public class DependencyManagement extends Object implements Serializable
| Constructor and Description |
|---|
DependencyManagement() |
| Modifier and Type | Method and Description |
|---|---|
void |
addDependency(Dependency dependency)
Method addDependency.
|
List<Dependency> |
getDependencies()
Method getDependencies.
|
void |
removeDependency(Dependency dependency)
Method removeDependency.
|
void |
setDependencies(List<Dependency> dependencies)
Set the dependencies specified here are not used until they
are referenced in a
POM within the group.
|
public void addDependency(Dependency dependency)
dependency - public List<Dependency> getDependencies()
public void removeDependency(Dependency dependency)
dependency - public void setDependencies(List<Dependency> dependencies)
dependencies - Copyright © 2001-2021 The Apache Software Foundation. All Rights Reserved.