I included these in the Build Path:
The project still fails during startup:
I also had the same error. I had not added the below dependency in my POM file.
org.springframework
spring-web
4.1.7.RELEASE
But My porject used to run even before I had added this dependency. But at one point it stopped and started giving the same above error.
If any one couldn't solve this error they can also solve by this link