When you create a maven web project and start to add maven dependencies, the dependent jars are not assembled and deployed to your local tomcat server. Here is a simple step to add these libraries so every time you add dependencies to pom, they are deployed.
right click the project, and bring up the properties -> Deployment Assembly
Click add
Then select Java Build Path Entries -> Maven Dependencies -> Finish
Leave a Reply