diff options
author | Olivier Lamy <olamy@apache.org> | 2013-11-22 03:38:23 +0000 |
---|---|---|
committer | Olivier Lamy <olamy@apache.org> | 2013-11-22 03:38:23 +0000 |
commit | 483019e90e61e607fea763670e7bcbb78a699666 (patch) | |
tree | ea73bf6766a0a6c9d7f39d2321b49d602d607c30 /pom.xml | |
parent | ad24c19bf126c5aee3afcc466cf0c9869a60c926 (diff) | |
download | archiva-483019e90e61e607fea763670e7bcbb78a699666.tar.gz archiva-483019e90e61e607fea763670e7bcbb78a699666.zip |
upgrade ehcache version
git-svn-id: https://svn.apache.org/repos/asf/archiva/redback/redback-core/trunk@1544402 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -332,17 +332,17 @@ <dependency> <groupId>org.apache.archiva.redback.components.cache</groupId> <artifactId>spring-cache-api</artifactId> - <version>2.1</version> + <version>2.2-SNAPSHOT</version> </dependency> <dependency> <groupId>org.apache.archiva.redback.components.cache</groupId> <artifactId>spring-cache-ehcache</artifactId> - <version>2.1</version> + <version>2.2-SNAPSHOT</version> </dependency> <dependency> <groupId>net.sf.ehcache</groupId> - <artifactId>ehcache-core</artifactId> - <version>2.6.5</version> + <artifactId>ehcache</artifactId> + <version>2.7.4</version> </dependency> <dependency> <groupId>org.apache.archiva.redback.components</groupId> @@ -761,7 +761,7 @@ <exclude>org.codehaus.plexus:plexus-jdo2</exclude> <exclude>org.codehaus.plexus:plexus-apacheds</exclude> <exclude>org.codehaus.plexus:plexus-velocity</exclude> - <exclude>net.sf.ehcache:ehcache</exclude> + <exclude>net.sf.ehcache:ehcache-core</exclude> <exclude>velocity:velocity</exclude> <exclude>stax:stax-api</exclude> </excludes> |