]> source.dussan.org Git - archiva.git/commitdiff
use last ehcache 2.7.4
authorOlivier Lamy <olamy@apache.org>
Fri, 22 Nov 2013 03:38:58 +0000 (03:38 +0000)
committerOlivier Lamy <olamy@apache.org>
Fri, 22 Nov 2013 03:38:58 +0000 (03:38 +0000)
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1544405 13f79535-47bb-0310-9956-ffa450edef68

archiva-modules/archiva-base/archiva-policies/pom.xml
archiva-modules/archiva-web/archiva-rest/archiva-rest-services/src/main/resources/META-INF/spring-context.xml
archiva-modules/archiva-web/archiva-webapp/pom.xml
archiva-modules/archiva-web/archiva-webapp/src/main/webapp/WEB-INF/applicationContext.xml
pom.xml

index 632d9a3d3140207f57ff334407dfb1bdef46e3f1..648ea823d7272036717750a066eb71b5af5ba278 100644 (file)
@@ -67,7 +67,7 @@
     </dependency>
     <dependency>
       <groupId>net.sf.ehcache</groupId>
-      <artifactId>ehcache-core</artifactId>
+      <artifactId>ehcache</artifactId>
       <scope>test</scope>
       <exclusions>
         <exclusion>
index 71a6db2d9a2eaa755a8cdb0f2ee79098843063f6..30fd74acc489e8de944e2377e8b7527c5b04aa0d 100644 (file)
@@ -50,7 +50,6 @@
 
     <jaxrs:providers>
       <ref bean="jsonProvider"/>
-
       <ref bean="authenticationInterceptor#rest"/>
       <ref bean="permissionInterceptor#rest"/>
       <ref bean="archivaRestServiceExceptionMapper"/>
index bef5f715063edeeddea20631173f160060bf14cc..0c380db43a23abed0b3cc4ceb49c2fc13326e7c5 100644 (file)
     </dependency>
     <dependency>
       <groupId>net.sf.ehcache</groupId>
-      <artifactId>ehcache-core</artifactId>
+      <artifactId>ehcache</artifactId>
       <exclusions>
         <exclusion>
           <groupId>commons-logging</groupId>
index 2dc48280bc3ff696e397d2a54a81a8fe79729ca4..fc07339ff0fe619af84839fe7dafd257fd807dbc 100644 (file)
   -->
   <!-- END SNIPPET: jcr-location -->
 
+  <!--
+
+  <bean class="org.apache.sirona.spring.BeanNameMonitoringAutoProxyCreator">
+    <property name="beanNames">
+      <list>
+        <value>Default**</value>
+        <value>**#rest</value>
+        <value>**#default</value>
+      </list>
+    </property>
+  </bean>
+  -->
+
 </beans>
diff --git a/pom.xml b/pom.xml
index 1b2c7e12cccc4e0d9acdf5d151c11d1cfffc3477..58c25c9f241871b5dafb45cd8ff35ddd3f8b6f0d 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -68,7 +68,7 @@
     <maven.indexer.version>5.1.1</maven.indexer.version>
     <wagon.version>2.5</wagon.version>
     <redback.version>2.2-SNAPSHOT</redback.version>
-    <redback.cache.version>2.1</redback.cache.version>
+    <redback.cache.version>2.2-SNAPSHOT</redback.cache.version>
     <redback.quartz.version>2.0</redback.quartz.version>
     <redback.registry.version>2.1</redback.registry.version>
     <redback.spring-utils.version>2.0</redback.spring-utils.version>
 
       <dependency>
         <groupId>net.sf.ehcache</groupId>
-        <artifactId>ehcache-core</artifactId>
-        <version>2.6.6</version>
+        <artifactId>ehcache</artifactId>
+        <version>2.7.4</version>
         <exclusions>
           <exclusion>
             <groupId>commons-logging</groupId>
                     <exclude>com.google.code.atinject:atinject</exclude>
                     <exclude>org.codehaus.plexus.cache:plexus-cache-api</exclude>
                     <exclude>org.codehaus.plexus.cache:plexus-cache-ehcache</exclude>
-                    <exclude>net.sf.ehcache:ehcache</exclude>
+                    <exclude>net.sf.ehcache:ehcache-core</exclude>
                     <exclude>org.codehaus.plexus.registry:plexus-registry-api</exclude>
                     <exclude>org.codehaus.plexus.registry:plexus-registry-commons</exclude>
                     <exclude>org.codehaus.plexus:plexus-taskqueue</exclude>