So you know how to read a Maven pom.xml for your Java project and locate the declared <dependencies> and even understand their scope. Maybe you even know that you can use mvn dependency:tree to list all dependencies and all the transitive dependencies. Nice, so you know the dependencies of your project.
Or not, did you ever wonder what dependencies you need to actually build that project? I did, and built a tool that allows you to find out for your project as well. Try it out, I promise you will be surprised.



