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 <ossfwot@dubioso.net>"/>
</project>
|