Author: olamy
Date: Wed Aug  1 12:04:01 2012
New Revision: 1367947

URL: http://svn.apache.org/viewvc?rev=1367947&view=rev
Log:
use dependencyManagement for shared dependencies in modules

Modified:
    
archiva/redback/redback-components/trunk/spring-registry/modello-plugin-redback-registry/pom.xml
    archiva/redback/redback-components/trunk/spring-registry/pom.xml
    
archiva/redback/redback-components/trunk/spring-registry/spring-registry-commons/pom.xml

Modified: 
archiva/redback/redback-components/trunk/spring-registry/modello-plugin-redback-registry/pom.xml
URL: 
http://svn.apache.org/viewvc/archiva/redback/redback-components/trunk/spring-registry/modello-plugin-redback-registry/pom.xml?rev=1367947&r1=1367946&r2=1367947&view=diff
==============================================================================
--- 
archiva/redback/redback-components/trunk/spring-registry/modello-plugin-redback-registry/pom.xml
 (original)
+++ 
archiva/redback/redback-components/trunk/spring-registry/modello-plugin-redback-registry/pom.xml
 Wed Aug  1 12:04:01 2012
@@ -87,7 +87,6 @@
     <dependency>
       <groupId>commons-configuration</groupId>
       <artifactId>commons-configuration</artifactId>
-      <version>1.7</version>
       <scope>test</scope>
     </dependency>
     <dependency>

Modified: archiva/redback/redback-components/trunk/spring-registry/pom.xml
URL: 
http://svn.apache.org/viewvc/archiva/redback/redback-components/trunk/spring-registry/pom.xml?rev=1367947&r1=1367946&r2=1367947&view=diff
==============================================================================
--- archiva/redback/redback-components/trunk/spring-registry/pom.xml (original)
+++ archiva/redback/redback-components/trunk/spring-registry/pom.xml Wed Aug  1 
12:04:01 2012
@@ -65,6 +65,11 @@
         <artifactId>spring-registry-commons</artifactId>
         <version>${project.version}</version>
       </dependency>
+      <dependency>
+        <groupId>commons-configuration</groupId>
+        <artifactId>commons-configuration</artifactId>
+        <version>1.7</version>
+      </dependency>
     </dependencies>
   </dependencyManagement>
   <dependencies>

Modified: 
archiva/redback/redback-components/trunk/spring-registry/spring-registry-commons/pom.xml
URL: 
http://svn.apache.org/viewvc/archiva/redback/redback-components/trunk/spring-registry/spring-registry-commons/pom.xml?rev=1367947&r1=1367946&r2=1367947&view=diff
==============================================================================
--- 
archiva/redback/redback-components/trunk/spring-registry/spring-registry-commons/pom.xml
 (original)
+++ 
archiva/redback/redback-components/trunk/spring-registry/spring-registry-commons/pom.xml
 Wed Aug  1 12:04:01 2012
@@ -44,7 +44,6 @@
     <dependency>
       <groupId>commons-configuration</groupId>
       <artifactId>commons-configuration</artifactId>
-      <version>1.7</version>
       <exclusions>
         <exclusion>
           <groupId>commons-beanutils</groupId>


Reply via email to