cannot access net.sf.ehcache.CacheManager, class file for net.sf.ehcache.CacheManager not found
问题 I have been implementing some caching in my project using EhCache . I have added following dependencies to my pom.xml <!-- https://mvnrepository.com/artifact/org.springframework/spring-context --> <dependency> <groupId>org.springframework</groupId> <artifactId>spring-context</artifactId> <version>4.3.8.RELEASE</version> </dependency> <!-- https://mvnrepository.com/artifact/org.springframework/spring-context-support --> <dependency> <groupId>org.springframework</groupId> <artifactId>spring