use spring cache from apache namespace

git-svn-id: https://svn.apache.org/repos/asf/archiva/redback/redback-core/trunk@1311976 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Olivier Lamy 2012-04-10 20:39:48 +00:00
parent b4e7fff652
commit 2a7f3b7e74
5 changed files with 12 additions and 12 deletions

View File

@ -497,14 +497,14 @@
<version>1.9</version>
</dependency>
<dependency>
<groupId>org.codehaus.redback.components.cache</groupId>
<groupId>org.apache.archiva.redback.components.cache</groupId>
<artifactId>spring-cache-api</artifactId>
<version>1.0</version>
<version>2.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.codehaus.redback.components.cache</groupId>
<groupId>org.apache.archiva.redback.components.cache</groupId>
<artifactId>spring-cache-ehcache</artifactId>
<version>1.0</version>
<version>2.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>net.sf.ehcache</groupId>

View File

@ -33,11 +33,11 @@
<artifactId>redback-keys-api</artifactId>
</dependency>
<dependency>
<groupId>org.codehaus.redback.components.cache</groupId>
<groupId>org.apache.archiva.redback.components.cache</groupId>
<artifactId>spring-cache-api</artifactId>
</dependency>
<dependency>
<groupId>org.codehaus.redback.components.cache</groupId>
<groupId>org.apache.archiva.redback.components.cache</groupId>
<artifactId>spring-cache-ehcache</artifactId>
</dependency>
<dependency>

View File

@ -40,11 +40,11 @@
<artifactId>redback-rbac-model</artifactId>
</dependency>
<dependency>
<groupId>org.codehaus.redback.components.cache</groupId>
<groupId>org.apache.archiva.redback.components.cache</groupId>
<artifactId>spring-cache-api</artifactId>
</dependency>
<dependency>
<groupId>org.codehaus.redback.components.cache</groupId>
<groupId>org.apache.archiva.redback.components.cache</groupId>
<artifactId>spring-cache-ehcache</artifactId>
</dependency>
<dependency>

View File

@ -33,11 +33,11 @@
<artifactId>redback-policy</artifactId>
</dependency>
<dependency>
<groupId>org.codehaus.redback.components.cache</groupId>
<groupId>org.apache.archiva.redback.components.cache</groupId>
<artifactId>spring-cache-api</artifactId>
</dependency>
<dependency>
<groupId>org.codehaus.redback.components.cache</groupId>
<groupId>org.apache.archiva.redback.components.cache</groupId>
<artifactId>spring-cache-ehcache</artifactId>
</dependency>
<dependency>

View File

@ -48,11 +48,11 @@
<artifactId>spring-context-support</artifactId>
</dependency>
<dependency>
<groupId>org.codehaus.redback.components.cache</groupId>
<groupId>org.apache.archiva.redback.components.cache</groupId>
<artifactId>spring-cache-api</artifactId>
</dependency>
<dependency>
<groupId>org.codehaus.redback.components.cache</groupId>
<groupId>org.apache.archiva.redback.components.cache</groupId>
<artifactId>spring-cache-ehcache</artifactId>
</dependency>
<dependency>