upgrade ehcache version

git-svn-id: https://svn.apache.org/repos/asf/archiva/redback/redback-core/trunk@1544402 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Olivier Lamy 2013-11-22 03:38:23 +00:00
parent ad24c19bf1
commit 483019e90e
5 changed files with 9 additions and 9 deletions

10
pom.xml
View File

@ -332,17 +332,17 @@
<dependency>
<groupId>org.apache.archiva.redback.components.cache</groupId>
<artifactId>spring-cache-api</artifactId>
<version>2.1</version>
<version>2.2-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.archiva.redback.components.cache</groupId>
<artifactId>spring-cache-ehcache</artifactId>
<version>2.1</version>
<version>2.2-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>net.sf.ehcache</groupId>
<artifactId>ehcache-core</artifactId>
<version>2.6.5</version>
<artifactId>ehcache</artifactId>
<version>2.7.4</version>
</dependency>
<dependency>
<groupId>org.apache.archiva.redback.components</groupId>
@ -761,7 +761,7 @@
<exclude>org.codehaus.plexus:plexus-jdo2</exclude>
<exclude>org.codehaus.plexus:plexus-apacheds</exclude>
<exclude>org.codehaus.plexus:plexus-velocity</exclude>
<exclude>net.sf.ehcache:ehcache</exclude>
<exclude>net.sf.ehcache:ehcache-core</exclude>
<exclude>velocity:velocity</exclude>
<exclude>stax:stax-api</exclude>
</excludes>

View File

@ -46,7 +46,7 @@
</dependency>
<dependency>
<groupId>net.sf.ehcache</groupId>
<artifactId>ehcache-core</artifactId>
<artifactId>ehcache</artifactId>
</dependency>
<dependency>
<groupId>org.apache.archiva.redback</groupId>

View File

@ -54,7 +54,7 @@
</dependency>
<dependency>
<groupId>net.sf.ehcache</groupId>
<artifactId>ehcache-core</artifactId>
<artifactId>ehcache</artifactId>
</dependency>
<dependency>
<groupId>org.springframework</groupId>

View File

@ -54,7 +54,7 @@
</dependency>
<dependency>
<groupId>net.sf.ehcache</groupId>
<artifactId>ehcache-core</artifactId>
<artifactId>ehcache</artifactId>
</dependency>
<dependency>
<groupId>org.springframework</groupId>

View File

@ -46,7 +46,7 @@
</dependency>
<dependency>
<groupId>net.sf.ehcache</groupId>
<artifactId>ehcache-core</artifactId>
<artifactId>ehcache</artifactId>
</dependency>
<dependency>
<groupId>org.springframework</groupId>