How would you exclude a transitive dependency globally? My project depends on a lot of the Twitter libraries or on libraries that depend on the Twitter libraries. I don\'t want
libraryDependencies := libraryDependencies.value.map(_.exclude("groupid", "artifactname"))