What dependency am I missing? I am currently using:
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-web</artifactId>
<version>3.0.5.RELEASE</version>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-webmvc</artifactId>
<version>3.0.5.RELEASE</version>
</dependency>
The error Im getting is: The import org.springframework.web.bind cannot be resolved
I was using spring-web version 4.3.7
Changing it to a working 4.1.7 immediately solved it.
Go to pom.xml
Add this Dependency :
using command prompt, find your folder: - mvn clean