You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by ni...@apache.org on 2007/04/19 18:51:31 UTC

svn commit: r530483 - /jakarta/commons/proper/jci/trunk/fam/pom.xml

Author: niallp
Date: Thu Apr 19 09:51:27 2007
New Revision: 530483

URL: http://svn.apache.org/viewvc?view=rev&rev=530483
Log:
Update Dependencies: Remove unnecessary Commons Collections dependency and add "Test" scope to Commons IO and Commons Lang dependencies

Modified:
    jakarta/commons/proper/jci/trunk/fam/pom.xml

Modified: jakarta/commons/proper/jci/trunk/fam/pom.xml
URL: http://svn.apache.org/viewvc/jakarta/commons/proper/jci/trunk/fam/pom.xml?view=diff&rev=530483&r1=530482&r2=530483
==============================================================================
--- jakarta/commons/proper/jci/trunk/fam/pom.xml (original)
+++ jakarta/commons/proper/jci/trunk/fam/pom.xml Thu Apr 19 09:51:27 2007
@@ -18,21 +18,18 @@
             <groupId>commons-io</groupId>
             <artifactId>commons-io</artifactId>
             <version>1.3.1</version>
+            <scope>test</scope>
         </dependency>
         <dependency>
             <groupId>commons-lang</groupId>
             <artifactId>commons-lang</artifactId>
             <version>2.3</version>
+            <scope>test</scope>
         </dependency>
         <dependency>
             <groupId>commons-logging</groupId>
             <artifactId>commons-logging-api</artifactId>
             <version>1.1</version>
-        </dependency>
-        <dependency>
-            <groupId>commons-collections</groupId>
-            <artifactId>commons-collections</artifactId>
-            <version>3.2</version>
         </dependency>
         <dependency>
             <groupId>junit</groupId>



---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org