mirror of https://github.com/apache/archiva.git
[MRM-213] cannot undeploy archiva webapp.
Upgrading ehcache to gain benefits of shutdown hook rework. git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@578314 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
baa0bc4768
commit
43ef8127bf
5
pom.xml
5
pom.xml
|
@ -556,6 +556,11 @@
|
|||
<artifactId>plexus-cache-ehcache</artifactId>
|
||||
<version>1.0-alpha-2</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>net.sf.ehcache</groupId>
|
||||
<artifactId>ehcache</artifactId>
|
||||
<version>1.3.0</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.codehaus.plexus.redback</groupId>
|
||||
<artifactId>redback-rbac-memory</artifactId>
|
||||
|
|
Loading…
Reference in New Issue