| Package | Description |
|---|---|
| org.apache.maven.model |
| Modifier and Type | Method | Description |
|---|---|---|
java.util.List<Exclusion> |
Dependency.getExclusions() |
Method getExclusions.
|
| Modifier and Type | Method | Description |
|---|---|---|
void |
Dependency.addExclusion(Exclusion exclusion) |
Method addExclusion.
|
void |
Dependency.removeExclusion(Exclusion exclusion) |
Method removeExclusion.
|
| Modifier and Type | Method | Description |
|---|---|---|
void |
Dependency.setExclusions(java.util.List<Exclusion> exclusions) |
Set lists a set of artifacts that should be excluded from
this dependency's
artifact list when it comes to calculating
transitive dependencies.
|