vertx / io.vertx.maven.resolver / ResolutionOptions / addExclusion

addExclusion

open fun addExclusion(exclusion: String): ResolutionOptions

Adds an exclusion. The excluded dependencies and its children would not be resolved. The exclusion is given under the following form: groupId:artifactId.

Parameters

exclusion - the exclusion to add

Return
the current ResolutionOptions instance