You can find where the dependency is coming from using the http://www.gradle.org/latest/docs/userguide/userguide_single.html#project_reports_plugin ProjectReport plugin and it's dependencyReport task.
And the http://www.gradle.org/latest/docs/userguide/userguide_single.html documentation page shows you how to define an exclude : 32.3.7. Excluding transitive dependencies Hope that helps! -- View this message in context: http://gradle.1045684.n5.nabble.com/Looking-for-Maven-alternatives-for-exclusions-and-dependency-tree-tp3893447p3894065.html Sent from the gradle-user mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email
