last ehcache 2.6.7 version

git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1544403 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Olivier Lamy 2013-11-22 03:38:27 +00:00
parent 6304e5d910
commit a77ed30daf
1 changed files with 6 additions and 1 deletions

View File

@ -947,6 +947,11 @@
<artifactId>sirona-cassandra</artifactId> <artifactId>sirona-cassandra</artifactId>
<version>${sirona.version}</version> <version>${sirona.version}</version>
</dependency> </dependency>
<dependency>
<groupId>org.apache.sirona</groupId>
<artifactId>sirona-ehcache-agent</artifactId>
<version>${sirona.version}</version>
</dependency>
<dependency> <dependency>
<groupId>org.codehaus.plexus</groupId> <groupId>org.codehaus.plexus</groupId>
@ -1494,7 +1499,7 @@
<dependency> <dependency>
<groupId>net.sf.ehcache</groupId> <groupId>net.sf.ehcache</groupId>
<artifactId>ehcache-core</artifactId> <artifactId>ehcache-core</artifactId>
<version>2.6.6</version> <version>2.6.7</version>
<exclusions> <exclusions>
<exclusion> <exclusion>
<groupId>commons-logging</groupId> <groupId>commons-logging</groupId>