Ошибка с Spring Security и ehcache

У меня есть приложение на основе Spring, которое работает на Tomcat. Приложение настроено с использованием XML. Когда я добавил зависимости POM для Spring Security, я получил некоторые ошибки, которые я не могу устранить. Пожалуйста помоги -

Вот добавленные зависимости POM -

<dependency>
            <groupId>org.springframework.security</groupId>
            <artifactId>spring-security-web</artifactId>
            <version>4.2.2.RELEASE</version>
        </dependency>
        <dependency>
            <groupId>org.springframework.security</groupId>
            <artifactId>spring-security-config</artifactId>
            <version>4.2.2.RELEASE</version>
        </dependency>

Вот ошибки -

Error creating bean with name 'org.springframework.integration.expression.IntegrationEvaluationContextAwareBeanPostProcessor

Error creating bean with name 'com.googlecode.ehcache.annotations.config.internalEhCacheCachingAdvisor

Error creating bean with name 'com.googlecode.ehcache.annotations.impl.CacheStaticMethodMatcherPointcut

Error creating bean with name 'com.googlecode.ehcache.annotations.impl.CacheAttributeSourceImpl

Error creating bean with name 'ehCacheManager' defined in file ....appcontext-servlet.xml

Error creating bean with name 'org.springframework.transaction.config.internalTransactionAdvisor'

0 ответов

Другие вопросы по тегам