Interface MavenExclusion

All Known Implementing Classes:
MavenExclusionBean

@Modifiable public interface MavenExclusion
Marker to exclude a specific transitive dependency.

Holds an optional classifier and optional extension, in addition to the group ID and artifact ID.

Since:
2.12.0
Author:
Ashley Scopes
  • Method Details

    • getGroupId

      String getGroupId()
    • getArtifactId

      String getArtifactId()
    • getClassifier

      default String getClassifier()
    • getType

      default String getType()