Lets say we have only 2 dependencies (namely a
and b
) in pom.xml, which installs 3 more dependencies ( a
installs -> x
and y
) and ( b
installs -> z
).
When I go to Analyze
-> Analyze dependencies
in Intellij I see , a,b,x, y,z are listed under external dependencies but I dont see a way to figure out that y
is actually installed by a
.