You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@gump.apache.org by se...@apache.org on 2010/09/13 04:33:18 UTC

svn commit: r996405 - /gump/metadata/project/commons-proper.xml

Author: sebb
Date: Mon Sep 13 02:33:18 2010
New Revision: 996405

URL: http://svn.apache.org/viewvc?rev=996405&view=rev
Log:
Try again - move test dependencies to test target

Modified:
    gump/metadata/project/commons-proper.xml

Modified: gump/metadata/project/commons-proper.xml
URL: http://svn.apache.org/viewvc/gump/metadata/project/commons-proper.xml?rev=996405&r1=996404&r2=996405&view=diff
==============================================================================
--- gump/metadata/project/commons-proper.xml (original)
+++ gump/metadata/project/commons-proper.xml Mon Sep 13 02:33:18 2010
@@ -351,11 +351,7 @@
     <mvn basedir="digester">
       <property name="skipTests" value="true"/>
     </mvn>
-    <depend project="xml-xerces"/>
-    <depend project="xml-apis"/>
-    <depend project="junit"/>
     <depend project="commons-beanutils"/>
-    <depend project="commons-collections"/>
     <depend project="commons-logging"/>
     <option project="velocity-engine"/>
     <jar name="digester/target/commons-digester-2.1-SNAPSHOT.jar"/>
@@ -366,8 +362,11 @@
   <project name="commons-digester-test">
     <mvn basedir="digester" goal="test"/>
     <depend project="commons-digester"/>
-    <!-- See if this fixes the missing FastHashMap class problem -->
-    <depend project="commons-collections-testframework"/>
+    <!-- Test-only dependencies -->
+    <depend project="xml-xerces"/>
+    <depend project="xml-apis"/>
+    <depend project="commons-collections"/>
+    <depend project="junit"/>
     <report nested="digester/target/surefire-reports"/>
 
     <nag to="dev@commons.apache.org" from="Gump &lt;issues@commons.apache.org&gt;"/>