]> source.dussan.org Git - archiva.git/commitdiff
use ehcache 2.5.2
authorOlivier Lamy <olamy@apache.org>
Mon, 28 May 2012 13:26:20 +0000 (13:26 +0000)
committerOlivier Lamy <olamy@apache.org>
Mon, 28 May 2012 13:26:20 +0000 (13:26 +0000)
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1343246 13f79535-47bb-0310-9956-ffa450edef68

pom.xml

diff --git a/pom.xml b/pom.xml
index f4f30531d29f1f914a983c0c208aaee7f3af7167..94e0fdd15469ac6fe5b854f1b376bbfedc2bebb2 100644 (file)
--- a/pom.xml
+++ b/pom.xml
         </exclusions>
       </dependency>
 
-      <!-- 2.5.0 upgrade cause NPE with jpox 2nd level cache -->
       <dependency>
         <groupId>net.sf.ehcache</groupId>
         <artifactId>ehcache-core</artifactId>
-        <version>2.4.7</version>
+        <version>2.5.2</version>
         <exclusions>
           <exclusion>
             <groupId>commons-logging</groupId>