How to get maven dependency tree for specific project

114 views Asked by At

I have created two projects (myproject1 and myproject2). myproject1 has some 3PPs and myproject2 also having some 3PPs. 3PPs could be same or not as we don't have control on this. myproject1 is using myproject2 as compile time dependency. Can I get dependency tree for myproject1 only ?

Snippet for requested dependency tree

in this image, blue cross sign indicate that these dependencies are not required.

0

There are 0 answers