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 /pom.xml | |
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 'pom.xml')
-rw-r--r-- | pom.xml | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -68,7 +68,7 @@ <maven.indexer.version>5.1.1</maven.indexer.version> <wagon.version>2.5</wagon.version> <redback.version>2.2-SNAPSHOT</redback.version> - <redback.cache.version>2.1</redback.cache.version> + <redback.cache.version>2.2-SNAPSHOT</redback.cache.version> <redback.quartz.version>2.0</redback.quartz.version> <redback.registry.version>2.1</redback.registry.version> <redback.spring-utils.version>2.0</redback.spring-utils.version> @@ -1498,8 +1498,8 @@ <dependency> <groupId>net.sf.ehcache</groupId> - <artifactId>ehcache-core</artifactId> - <version>2.6.6</version> + <artifactId>ehcache</artifactId> + <version>2.7.4</version> <exclusions> <exclusion> <groupId>commons-logging</groupId> @@ -1601,7 +1601,7 @@ <exclude>com.google.code.atinject:atinject</exclude> <exclude>org.codehaus.plexus.cache:plexus-cache-api</exclude> <exclude>org.codehaus.plexus.cache:plexus-cache-ehcache</exclude> - <exclude>net.sf.ehcache:ehcache</exclude> + <exclude>net.sf.ehcache:ehcache-core</exclude> <exclude>org.codehaus.plexus.registry:plexus-registry-api</exclude> <exclude>org.codehaus.plexus.registry:plexus-registry-commons</exclude> <exclude>org.codehaus.plexus:plexus-taskqueue</exclude> |