You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by co...@apache.org on 2014/02/20 19:09:51 UTC

svn commit: r1570289 - in /cxf/fediz/trunk: plugins/core/pom.xml pom.xml

Author: coheigea
Date: Thu Feb 20 18:09:51 2014
New Revision: 1570289

URL: http://svn.apache.org/r1570289
Log:
Upgrading ehcache

Modified:
    cxf/fediz/trunk/plugins/core/pom.xml
    cxf/fediz/trunk/pom.xml

Modified: cxf/fediz/trunk/plugins/core/pom.xml
URL: http://svn.apache.org/viewvc/cxf/fediz/trunk/plugins/core/pom.xml?rev=1570289&r1=1570288&r2=1570289&view=diff
==============================================================================
--- cxf/fediz/trunk/plugins/core/pom.xml (original)
+++ cxf/fediz/trunk/plugins/core/pom.xml Thu Feb 20 18:09:51 2014
@@ -46,7 +46,7 @@
         </dependency>
         <dependency>
             <groupId>net.sf.ehcache</groupId>
-            <artifactId>ehcache-core</artifactId>
+            <artifactId>ehcache</artifactId>
             <version>${ehcache.version}</version>
             <scope>compile</scope>
         </dependency>

Modified: cxf/fediz/trunk/pom.xml
URL: http://svn.apache.org/viewvc/cxf/fediz/trunk/pom.xml?rev=1570289&r1=1570288&r2=1570289&view=diff
==============================================================================
--- cxf/fediz/trunk/pom.xml (original)
+++ cxf/fediz/trunk/pom.xml Thu Feb 20 18:09:51 2014
@@ -36,7 +36,7 @@
         <commons.logging.version>1.1.1</commons.logging.version>
         <cxf.version>3.0.0-SNAPSHOT</cxf.version>
         <cxf.build-utils.version>2.6.0</cxf.build-utils.version>
-        <ehcache.version>2.5.1</ehcache.version>
+        <ehcache.version>2.8.1</ehcache.version>
         <httpclient.version>4.2.2</httpclient.version>
         <jericho.version>3.2</jericho.version>
         <jetty.version>8.1.12.v20130726</jetty.version>