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

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

Author: sebb
Date: Sun Sep 12 10:50:55 2010
New Revision: 996289

URL: http://svn.apache.org/viewvc?rev=996289&view=rev
Log:
scxml-test needs collections (via digester)

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=996289&r1=996288&r2=996289&view=diff
==============================================================================
--- gump/metadata/project/commons-proper.xml (original)
+++ gump/metadata/project/commons-proper.xml Sun Sep 12 10:50:55 2010
@@ -898,6 +898,8 @@
 
   <project name="commons-scxml-test" groupId="commons-scxml">
     <depend project="commons-scxml"/>
+    <!-- Transitive dependency via commons-digester -->
+    <depend project="commons-collections"/>
     <mvn basedir="scxml" goal="test"/>
     <report nested="scxml/target/surefire-reports"/>
     <nag to="dev@commons.apache.org"