What dependency am I missing? I am currently using:
org.springframework spring-w
This solution WORKS , I had the same issue and after hours I came up to this:
(1) Go to your pom.xml (2) Add this Dependency :
org.springframework spring-webmvc 4.1.6.RELEASE
(3) Run your Project