Hello. I have a web project and a pom.xml file. It has enough dependencies to compile and package but not enough to start the project. In my IDE it's shown that everything is ok, but when a start the application it has errors(internal, no matter what kind). When I add external pom.xml from another app, my application launches.
So is there any way I can find out which dependencies are missing and how in future I can determine which dependencies are needed for using this or that? Thanks in advance, Mike