vertx / io.vertx.maven.resolver / ResolutionOptions / removeExclusion

removeExclusion

open fun removeExclusion(exclusion: String): ResolutionOptions

Removes an exclusion.

Parameters

exclusion - the exlusion to remove

Return
the current ResolutionOptions instance

See Also
#addExclusion(String)