display dependent jars for a maven project
Ever wonder why you project insists on including some old library file? To print a tree of all of the dependencies within your project use the following maven command:
mvn dependency:tree
Ever wonder why you project insists on including some old library file? To print a tree of all of the dependencies within your project use the following maven command:
mvn dependency:tree