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/12 12:55:13 UTC

svn commit: r793324 - in /excalibur/trunk: components/sourceresolve/pom.xml parent/pom.xml

Author: rdonkin
Date: Sun Jul 12 10:55:13 2009
New Revision: 793324

URL: http://svn.apache.org/viewvc?rev=793324&view=rev
Log:
EXLBR-46 Move external dependencies into parent pom https://issues.apache.org/jira/browse/EXLBR-46

Modified:
    excalibur/trunk/components/sourceresolve/pom.xml
    excalibur/trunk/parent/pom.xml

Modified: excalibur/trunk/components/sourceresolve/pom.xml
URL: http://svn.apache.org/viewvc/excalibur/trunk/components/sourceresolve/pom.xml?rev=793324&r1=793323&r2=793324&view=diff
==============================================================================
--- excalibur/trunk/components/sourceresolve/pom.xml (original)
+++ excalibur/trunk/components/sourceresolve/pom.xml Sun Jul 12 10:55:13 2009
@@ -48,24 +48,20 @@
       <groupId>commons-vfs</groupId>
       <artifactId>commons-vfs</artifactId>
       <scope>provided</scope>
-      <version>1.0</version>
     </dependency>
     <dependency>
       <groupId>commons-httpclient</groupId>
       <artifactId>commons-httpclient</artifactId>
       <scope>provided</scope>
-      <version>3.0.1</version>
     </dependency>
     <dependency>
       <groupId>junit</groupId>
       <artifactId>junit</artifactId>
       <scope>test</scope>
-      <version>3.8.2</version>
     </dependency>
     <dependency>
       <groupId>commons-logging</groupId>
       <artifactId>commons-logging</artifactId>
-      <scope>provided</scope>
       <version>1.0.4</version>
     </dependency>
   </dependencies>

Modified: excalibur/trunk/parent/pom.xml
URL: http://svn.apache.org/viewvc/excalibur/trunk/parent/pom.xml?rev=793324&r1=793323&r2=793324&view=diff
==============================================================================
--- excalibur/trunk/parent/pom.xml (original)
+++ excalibur/trunk/parent/pom.xml Sun Jul 12 10:55:13 2009
@@ -119,6 +119,24 @@
           <version>1.0.1</version>
           <scope>provided</scope>
        </dependency>
+      <dependency>
+          <groupId>commons-vfs</groupId>
+          <artifactId>commons-vfs</artifactId>
+          <scope>provided</scope>
+          <version>1.0</version>
+      </dependency>
+      <dependency>
+          <groupId>commons-httpclient</groupId>
+          <artifactId>commons-httpclient</artifactId>
+          <scope>provided</scope>
+          <version>3.0.1</version>
+      </dependency>
+      <dependency>
+          <groupId>commons-logging</groupId>
+          <artifactId>commons-logging</artifactId>
+          <scope>provided</scope>
+          <version>1.0.4</version>
+      </dependency>
 
 <!-- Test -->
        <dependency>



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