You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@archiva.apache.org by ol...@apache.org on 2013/12/27 09:01:48 UTC

svn commit: r1553639 - in /archiva/redback/redback-components/trunk: redback-components-parent/pom.xml spring-cache/spring-cache-providers/spring-cache-hashmap/pom.xml

Author: olamy
Date: Fri Dec 27 08:01:48 2013
New Revision: 1553639

URL: http://svn.apache.org/r1553639
Log:
spring 4.0.0.RELEASE

Modified:
    archiva/redback/redback-components/trunk/redback-components-parent/pom.xml
    archiva/redback/redback-components/trunk/spring-cache/spring-cache-providers/spring-cache-hashmap/pom.xml

Modified: archiva/redback/redback-components/trunk/redback-components-parent/pom.xml
URL: http://svn.apache.org/viewvc/archiva/redback/redback-components/trunk/redback-components-parent/pom.xml?rev=1553639&r1=1553638&r2=1553639&view=diff
==============================================================================
--- archiva/redback/redback-components/trunk/redback-components-parent/pom.xml (original)
+++ archiva/redback/redback-components/trunk/redback-components-parent/pom.xml Fri Dec 27 08:01:48 2013
@@ -40,7 +40,7 @@
     <commons-lang.version>2.6</commons-lang.version>
     <slf4jVersion>1.7.5</slf4jVersion>
     <log4jVersion>2.0-beta9</log4jVersion>
-    <springVersion>3.2.6.RELEASE</springVersion>
+    <springVersion>4.0.0.RELEASE</springVersion>
     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
 
   </properties>
@@ -150,6 +150,11 @@
       </dependency>
       <dependency>
         <groupId>org.springframework</groupId>
+        <artifactId>spring-aop</artifactId>
+        <version>${springVersion}</version>
+      </dependency>
+      <dependency>
+        <groupId>org.springframework</groupId>
         <artifactId>spring-test</artifactId>
         <version>${springVersion}</version>
       </dependency>

Modified: archiva/redback/redback-components/trunk/spring-cache/spring-cache-providers/spring-cache-hashmap/pom.xml
URL: http://svn.apache.org/viewvc/archiva/redback/redback-components/trunk/spring-cache/spring-cache-providers/spring-cache-hashmap/pom.xml?rev=1553639&r1=1553638&r2=1553639&view=diff
==============================================================================
--- archiva/redback/redback-components/trunk/spring-cache/spring-cache-providers/spring-cache-hashmap/pom.xml (original)
+++ archiva/redback/redback-components/trunk/spring-cache/spring-cache-providers/spring-cache-hashmap/pom.xml Fri Dec 27 08:01:48 2013
@@ -42,6 +42,13 @@
     </site>
   </distributionManagement>
 
+  <dependencies>
+    <dependency>
+      <groupId>org.springframework</groupId>
+      <artifactId>spring-aop</artifactId>
+    </dependency>
+  </dependencies>
+
   <build>
     <plugins>
       <plugin>