use ehcache 2.5.2

git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1343246 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Olivier Lamy 2012-05-28 13:26:20 +00:00
parent b07f0d8108
commit 393c26f8ff
1 changed files with 1 additions and 2 deletions

View File

@ -1400,11 +1400,10 @@
</exclusions> </exclusions>
</dependency> </dependency>
<!-- 2.5.0 upgrade cause NPE with jpox 2nd level cache -->
<dependency> <dependency>
<groupId>net.sf.ehcache</groupId> <groupId>net.sf.ehcache</groupId>
<artifactId>ehcache-core</artifactId> <artifactId>ehcache-core</artifactId>
<version>2.4.7</version> <version>2.5.2</version>
<exclusions> <exclusions>
<exclusion> <exclusion>
<groupId>commons-logging</groupId> <groupId>commons-logging</groupId>