use spring cache from apache namespace

git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1311980 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Olivier Lamy 2012-04-10 20:47:21 +00:00
parent 7bee197d91
commit 5f1adfe0b6
4 changed files with 8 additions and 8 deletions

View File

@ -46,7 +46,7 @@
<artifactId>spring-asm</artifactId>
</dependency>
<dependency>
<groupId>org.codehaus.redback.components.cache</groupId>
<groupId>org.apache.archiva.redback.components.cache</groupId>
<artifactId>spring-cache-api</artifactId>
<exclusions>
<exclusion>
@ -56,7 +56,7 @@
</exclusions>
</dependency>
<dependency>
<groupId>org.codehaus.redback.components.cache</groupId>
<groupId>org.apache.archiva.redback.components.cache</groupId>
<artifactId>spring-cache-ehcache</artifactId>
<exclusions>
<exclusion>

View File

@ -474,7 +474,7 @@
</dependency>
<dependency>
<groupId>org.codehaus.redback.components.cache</groupId>
<groupId>org.apache.archiva.redback.components.cache</groupId>
<artifactId>spring-cache-ehcache</artifactId>
<exclusions>
<exclusion>

View File

@ -440,7 +440,7 @@
<artifactId>spring-registry-commons</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>
@ -448,7 +448,7 @@
<artifactId>spring-jdo2</artifactId>
</dependency>
<dependency>
<groupId>org.codehaus.redback.components.cache</groupId>
<groupId>org.apache.archiva.redback.components.cache</groupId>
<artifactId>spring-cache-ehcache</artifactId>
<exclusions>
<exclusion>

View File

@ -74,7 +74,7 @@
<maven.indexer.version>4.1.3-SNAPSHOT</maven.indexer.version>
<wagon.version>2.2</wagon.version>
<redback.version>2.0-SNAPSHOT</redback.version>
<redback.cache.version>1.0</redback.cache.version>
<redback.cache.version>2.0-SNAPSHOT</redback.cache.version>
<redback.quartz.version>1.0</redback.quartz.version>
<redback.registry.version>1.0</redback.registry.version>
<redback.spring-utils.version>1.0</redback.spring-utils.version>
@ -838,12 +838,12 @@
<version>${plexus-utils.version}</version>
</dependency>
<dependency>
<groupId>org.codehaus.redback.components.cache</groupId>
<groupId>org.apache.archiva.redback.components.cache</groupId>
<artifactId>spring-cache-api</artifactId>
<version>${redback.cache.version}</version>
</dependency>
<dependency>
<groupId>org.codehaus.redback.components.cache</groupId>
<groupId>org.apache.archiva.redback.components.cache</groupId>
<artifactId>spring-cache-ehcache</artifactId>
<version>${redback.cache.version}</version>
</dependency>