Maven: How to find the origin of a transitive dependency
Followed by 2 people
I have a project with several maven modules. Each has dependencies and each of those are bring in transitive dependencies. In some cases I several versions of the same dependency. How do I use IntelliJ to find out which module brought in a particular transitive dependency?
Thanks in advance,
Leon
Please sign in to leave a comment.
On 2010-03-05 02:58:04 +0100, Leon Davis <no_reply@jetbrains.com> said:
You can show the dependency graph of a module by right clicking on the
module in the tree and select "Maven" > "Show Dependency Graph". There
you can see all the dependencies of this module and their dependencies.
This should help you find out which module loaded the dependency.
Kind regards,
Jan