diff options
author | Olivier Lamy <olamy@apache.org> | 2013-11-22 03:38:58 +0000 |
---|---|---|
committer | Olivier Lamy <olamy@apache.org> | 2013-11-22 03:38:58 +0000 |
commit | 0edb0a75ef0ed73ff9bb3267520bae5b79885e1c (patch) | |
tree | 38b6e300459d3f7c260f897b5ceea1045046272c /archiva-modules/archiva-base | |
parent | 37e2981c54c009078756ae0cb1919847949714db (diff) | |
download | archiva-0edb0a75ef0ed73ff9bb3267520bae5b79885e1c.tar.gz archiva-0edb0a75ef0ed73ff9bb3267520bae5b79885e1c.zip |
use last ehcache 2.7.4
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1544405 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'archiva-modules/archiva-base')
-rw-r--r-- | archiva-modules/archiva-base/archiva-policies/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/archiva-modules/archiva-base/archiva-policies/pom.xml b/archiva-modules/archiva-base/archiva-policies/pom.xml index 632d9a3d3..648ea823d 100644 --- a/archiva-modules/archiva-base/archiva-policies/pom.xml +++ b/archiva-modules/archiva-base/archiva-policies/pom.xml @@ -67,7 +67,7 @@ </dependency> <dependency> <groupId>net.sf.ehcache</groupId> - <artifactId>ehcache-core</artifactId> + <artifactId>ehcache</artifactId> <scope>test</scope> <exclusions> <exclusion> |