diff options
author | Olivier Lamy <olamy@apache.org> | 2012-04-10 20:47:21 +0000 |
---|---|---|
committer | Olivier Lamy <olamy@apache.org> | 2012-04-10 20:47:21 +0000 |
commit | 5f1adfe0b684dd95b619e6120450d0e4384069e2 (patch) | |
tree | 5f55b8f38e7b40f92652f509c73236ced92292d9 /archiva-modules/archiva-base/archiva-policies | |
parent | 7bee197d91be752f2ace3a3ae7c660e284c5228e (diff) | |
download | archiva-5f1adfe0b684dd95b619e6120450d0e4384069e2.tar.gz archiva-5f1adfe0b684dd95b619e6120450d0e4384069e2.zip |
use spring cache from apache namespace
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1311980 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'archiva-modules/archiva-base/archiva-policies')
-rw-r--r-- | archiva-modules/archiva-base/archiva-policies/pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/archiva-modules/archiva-base/archiva-policies/pom.xml b/archiva-modules/archiva-base/archiva-policies/pom.xml index 89eb9548c..d1f366679 100644 --- a/archiva-modules/archiva-base/archiva-policies/pom.xml +++ b/archiva-modules/archiva-base/archiva-policies/pom.xml @@ -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> |