2013-05-08 4 views
0

org.springframework.spring-webmvcincludes spring-context 그래서 나는 왜 애플리케이션에서 org.springframework.web.context.support.AnnotationConfigApplicationContext이 보이지 않을지 확신하지 않습니다.java.lang.ClassNotFoundException : org.springframework.web.context.support.AnnotationConfigApplicationContext

무엇이 누락 되었습니까?

<dependency> 
     <groupId>org.springframework</groupId> 
     <artifactId>spring-webmvc</artifactId> 
     <version>${org.springframework-version}</version> 
     <exclusions> 
      <exclusion> 
       <groupId>commons-logging</groupId> 
       <artifactId>commons-logging</artifactId> 
      </exclusion> 
     </exclusions> 
    </dependency> 

답변

관련 문제