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/12 14:42:21 UTC

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

Author: sebb
Date: Sun Sep 12 12:42:21 2010
New Revision: 996302

URL: http://svn.apache.org/viewvc?rev=996302&view=rev
Log:
Trying to fix Digester missing class problem: add dependency on commons-collections-testframework used by BeanUtils

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=996302&r1=996301&r2=996302&view=diff
==============================================================================
--- gump/metadata/project/commons-proper.xml (original)
+++ gump/metadata/project/commons-proper.xml Sun Sep 12 12:42:21 2010
@@ -366,6 +366,8 @@
   <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"/>
     <report nested="digester/target/surefire-reports"/>
 
     <nag to="dev@commons.apache.org" from="Gump &lt;issues@commons.apache.org&gt;"/>