You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@archiva.apache.org by ol...@apache.org on 2013/11/22 04:38:27 UTC

svn commit: r1544403 - /archiva/trunk/pom.xml

Author: olamy
Date: Fri Nov 22 03:38:27 2013
New Revision: 1544403

URL: http://svn.apache.org/r1544403
Log:
last ehcache 2.6.7 version

Modified:
    archiva/trunk/pom.xml

Modified: archiva/trunk/pom.xml
URL: http://svn.apache.org/viewvc/archiva/trunk/pom.xml?rev=1544403&r1=1544402&r2=1544403&view=diff
==============================================================================
--- archiva/trunk/pom.xml (original)
+++ archiva/trunk/pom.xml Fri Nov 22 03:38:27 2013
@@ -947,6 +947,11 @@
         <artifactId>sirona-cassandra</artifactId>
         <version>${sirona.version}</version>
       </dependency>
+      <dependency>
+        <groupId>org.apache.sirona</groupId>
+        <artifactId>sirona-ehcache-agent</artifactId>
+        <version>${sirona.version}</version>
+      </dependency>
 
       <dependency>
         <groupId>org.codehaus.plexus</groupId>
@@ -1494,7 +1499,7 @@
       <dependency>
         <groupId>net.sf.ehcache</groupId>
         <artifactId>ehcache-core</artifactId>
-        <version>2.6.6</version>
+        <version>2.6.7</version>
         <exclusions>
           <exclusion>
             <groupId>commons-logging</groupId>