Getting a org.springframework.beans.factory.BeanCreationException with my first Maven, Spring Project. I been program for some time now with eclipse and Spring but I am looking
just add:
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-aspects</artifactId>
<version>3.1.2.RELEASE</version>
</dependency>
Add this dependency in your pom.xml
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-aop</artifactId>
<version>3.1.2.RELEASE</version>
</dependency>