Listing multiple levels of dependencies on gradle

Viewed 18

I seem to have somehow a dependency conflict in my project.

I know that log4j has the jackson-databind as dependency of itself. Probably some other dependency that I have, has it with a different version, but when I run:

gradle dependencies

It gives me the tree only until log4j, now showing the jackson dependency inside it (or inside any other direct dependency that I have), so I can't seem to find how is the conflict going on and the versions. How can I list the multiple levels of dependency inside my tree, so I can reach this level of detail?

0 Answers
Related