add used dependency spring-aop

Signed-off-by: olivier lamy <[email protected]>


Project: http://git-wip-us.apache.org/repos/asf/archiva-redback-core/repo
Commit: 
http://git-wip-us.apache.org/repos/asf/archiva-redback-core/commit/90d8515f
Tree: http://git-wip-us.apache.org/repos/asf/archiva-redback-core/tree/90d8515f
Diff: http://git-wip-us.apache.org/repos/asf/archiva-redback-core/diff/90d8515f

Branch: refs/heads/master
Commit: 90d8515ff48a18c8230ed5bb4054a472bff8503f
Parents: 0537b85
Author: olivier lamy <[email protected]>
Authored: Sun Jan 1 09:33:48 2017 +0100
Committer: olivier lamy <[email protected]>
Committed: Sun Jan 1 09:33:48 2017 +0100

----------------------------------------------------------------------
 pom.xml                                                        | 5 +++++
 .../redback-users-providers/redback-users-cached/pom.xml       | 6 +++++-
 2 files changed, 10 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/archiva-redback-core/blob/90d8515f/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 91954b6..5206e83 100644
--- a/pom.xml
+++ b/pom.xml
@@ -457,6 +457,11 @@
       </dependency>
       <dependency>
         <groupId>org.springframework</groupId>
+        <artifactId>spring-aop</artifactId>
+        <version>${springVersion}</version>
+      </dependency>
+      <dependency>
+        <groupId>org.springframework</groupId>
         <artifactId>spring-web</artifactId>
         <version>${springVersion}</version>
       </dependency>

http://git-wip-us.apache.org/repos/asf/archiva-redback-core/blob/90d8515f/redback-users/redback-users-providers/redback-users-cached/pom.xml
----------------------------------------------------------------------
diff --git a/redback-users/redback-users-providers/redback-users-cached/pom.xml 
b/redback-users/redback-users-providers/redback-users-cached/pom.xml
index 52d2886..d934f6b 100644
--- a/redback-users/redback-users-providers/redback-users-cached/pom.xml
+++ b/redback-users/redback-users-providers/redback-users-cached/pom.xml
@@ -51,7 +51,11 @@
     <dependency>
       <groupId>org.springframework</groupId>
       <artifactId>spring-context-support</artifactId>
-    </dependency>   
+    </dependency>
+    <dependency>
+      <groupId>org.springframework</groupId>
+      <artifactId>spring-aop</artifactId>
+    </dependency>
     <dependency>
       <groupId>javax.annotation</groupId>
       <artifactId>jsr250-api</artifactId>

Reply via email to