I get this exception when tried to create
ApplicationContext applicationContext;
I have
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-context</artifactId>
<version>5.1.7.RELEASE</version>
</dependency>
also have this in my servlet
import org.springframework.context.ApplicationContext;
in my pom.xml
, but still getting this msg. I tried mvn.clean