상황
pom.xml을 변경해준 뒤 maven-update project.. 를 한 뒤 에러가 발생했다.
에러 코드
org.springframework.web.context.ContextLoaderListener의 애플리케이션 리스너를 설정하는 중 오류 발생
java.lang.ClassNotFoundException: org.springframework.web.context.ContextLoaderListener
발생하는 이유
Maven Dependencies가 사라져서 발생
잘 있던 Dependencies가 왜 사라졌지요?
프로젝트 우클릭 - maven - update project ...
를 클릭하면 maven 라이브러리 경로가 삭제되는 현상이 있다고 한다 ㄱ-
해결 방법
프로젝트 우클릭 - properties - Deploy Assembly - add - Java Build Path Entries - Maven Dependencies - Apply