You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@gump.apache.org by bo...@apache.org on 2007/10/25 06:23:39 UTC

svn commit: r588139 - /gump/metadata/project/httpcomponents.xml

Author: bodewig
Date: Wed Oct 24 21:23:33 2007
New Revision: 588139

URL: http://svn.apache.org/viewvc?rev=588139&view=rev
Log:
Add a few dependencies downloaded by mvn

Modified:
    gump/metadata/project/httpcomponents.xml

Modified: gump/metadata/project/httpcomponents.xml
URL: http://svn.apache.org/viewvc/gump/metadata/project/httpcomponents.xml?rev=588139&r1=588138&r2=588139&view=diff
==============================================================================
--- gump/metadata/project/httpcomponents.xml (original)
+++ gump/metadata/project/httpcomponents.xml Wed Oct 24 21:23:33 2007
@@ -56,6 +56,14 @@
     <junitreport nested="httpcore/module-nio/target/surefire-reports" />
     <junitreport nested="httpcore/module-niossl/target/surefire-reports" />
 
+    <!-- these get downloaded by Maven, even if the project doesn't
+         need them -->
+    <depend project="commons-collections"/>
+    <depend project="commons-lang"/>
+    <depend project="jakarta-oro"/>
+    <depend project="junit"/>
+    <depend project="velocity-engine"/>
+
     <nag to="httpcomponents-dev@jakarta.apache.org"
          from="GUMP &lt;ossfwot@dubioso.net&gt;"/>
   </project>