spring 4.0.0.RELEASE

git-svn-id: https://svn.apache.org/repos/asf/archiva/redback/redback-components/trunk@1553639 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/spring-cache-providers/spring-cache-hashmap/pom.xml b/spring-cache-providers/spring-cache-hashmap/pom.xml
index abc42bc..8811859 100644
--- a/spring-cache-providers/spring-cache-hashmap/pom.xml
+++ b/spring-cache-providers/spring-cache-hashmap/pom.xml
@@ -42,6 +42,13 @@
     </site>
   </distributionManagement>
 
+  <dependencies>
+    <dependency>
+      <groupId>org.springframework</groupId>
+      <artifactId>spring-aop</artifactId>
+    </dependency>
+  </dependencies>
+
   <build>
     <plugins>
       <plugin>