본문 바로가기

Tip

[Spring] The type org.apache.commons.logging.Log cannot be resolved. It is indirectly referenced from required .class files

출처 : http://m.blog.daum.net/twinsnow/222?np_nil_b=1

 

Spring Factory Bean 관련

     * pom.xml dependencies 태그에 작성

 

        <dependency>

             <groupId>commons-logging</groupId>

             <artifactId>commons-logging</artifactId>

             <version>1.1.1</version>

        </dependency>

 

     * AbstractFactoryBean Class에서 import org.apache.commons.logging.* 을 요청하는데 

     * dependencies가 없어서 생기는 에러