You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@excalibur.apache.org by rd...@apache.org on 2009/07/21 11:01:58 UTC

svn commit: r796194 - in /excalibur/trunk: components/pool/impl/pom.xml parent/pom.xml

Author: rdonkin
Date: Tue Jul 21 09:01:58 2009
New Revision: 796194

URL: http://svn.apache.org/viewvc?rev=796194&view=rev
Log:
EXLBR-46 Inherit external dependencies https://issues.apache.org/jira/browse/EXLBR-46

Modified:
    excalibur/trunk/components/pool/impl/pom.xml
    excalibur/trunk/parent/pom.xml

Modified: excalibur/trunk/components/pool/impl/pom.xml
URL: http://svn.apache.org/viewvc/excalibur/trunk/components/pool/impl/pom.xml?rev=796194&r1=796193&r2=796194&view=diff
==============================================================================
--- excalibur/trunk/components/pool/impl/pom.xml (original)
+++ excalibur/trunk/components/pool/impl/pom.xml Tue Jul 21 09:01:58 2009
@@ -44,24 +44,20 @@
     <dependency>
       <groupId>commons-collections</groupId>
       <artifactId>commons-collections</artifactId>
-      <version>3.1</version>
     </dependency>
     <dependency>
       <groupId>concurrent</groupId>
       <artifactId>concurrent</artifactId>
-      <version>1.3.4</version>
     </dependency>
     <dependency>
       <groupId>junitperf</groupId>
       <artifactId>junitperf</artifactId>
       <scope>test</scope>
-      <version>1.8</version>
     </dependency>
     <dependency>
       <artifactId>junit</artifactId>
       <groupId>junit</groupId>
       <scope>test</scope>
-      <version>3.8.2</version>
     </dependency>
   </dependencies>
   <build>

Modified: excalibur/trunk/parent/pom.xml
URL: http://svn.apache.org/viewvc/excalibur/trunk/parent/pom.xml?rev=796194&r1=796193&r2=796194&view=diff
==============================================================================
--- excalibur/trunk/parent/pom.xml (original)
+++ excalibur/trunk/parent/pom.xml Tue Jul 21 09:01:58 2009
@@ -142,6 +142,16 @@
           <scope>provided</scope>
           <version>1.0.4</version>
       </dependency>
+      <dependency>
+         <groupId>commons-collections</groupId>
+         <artifactId>commons-collections</artifactId>
+         <version>3.1</version>
+      </dependency>
+      <dependency>
+         <groupId>concurrent</groupId>
+         <artifactId>concurrent</artifactId>
+         <version>1.3.4</version>
+      </dependency>
 
 <!-- Test -->
        <dependency>
@@ -150,6 +160,13 @@
           <scope>test</scope>
           <version>3.8.2</version>
        </dependency>
+       <dependency>
+         <groupId>junitperf</groupId>
+         <artifactId>junitperf</artifactId>
+         <scope>test</scope>
+         <version>1.8</version>
+       </dependency>
+
 
       </dependencies>
     </dependencyManagement>



---------------------------------------------------------------------
To unsubscribe, e-mail: scm-unsubscribe@excalibur.apache.org
For additional commands, e-mail: scm-help@excalibur.apache.org