I have a maven web project in Eclipse (Spring Tool Suite to be precise), and for some reason my maven dependencies do not end up in WEB-INF/lib, so I get all sorts of runtime er
You might want to try the maven-shade-plugin. It solved all my dependency installation trouble.
Since you metioned that your build was working, try switching to a new workspace and recreate your project. See if the problem is solved.