Lets say I have bunch of maven dependencies, and a couple of them depend on the same underlying subdependency, and I want to find out which. Is there any way to see a dependency graph/tree on maven-module-level in IntelliJ IDEA? Or any way to quickly check what subdepenencies a given maven dependecy relies on?
↧