ClassNotFoundException FreeMarkerConfigurationFactory ClassNotFoundException FreeMarkerConfigurationFactory spring spring

ClassNotFoundException FreeMarkerConfigurationFactory


I had to add the spring-context-support JAR to my project for it to work. Here's the Maven pom.xml entry:

<dependency>    <groupId>org.springframework</groupId>    <artifactId>spring-context-support</artifactId>    <version>3.2.4.RELEASE</version></dependency>