mirror of https://github.com/apache/archiva.git
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:
parent
6304e5d910
commit
a77ed30daf
7
pom.xml
7
pom.xml
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue