no dependencies section in pom for HttpClient at ibiblio
--------------------------------------------------------
Key: MEV-99
URL: http://jira.codehaus.org/browse/MEV-99
Project: Maven Evangelism
Type: Bug
Components: Dependencies
Reporter: Guest
Since this component depends on commons-logging and commons-codec I was
expecting a dependencies section - maybe a pom like this (not sure about the
versions):
<project>
<modelVersion>4.0.0</modelVersion>
<groupId>commons-httpclient</groupId>
<artifactId>commons-httpclient</artifactId>
<version>3.0-rc3</version>
<dependencies>
<dependency>
<groupId>commons-codec</groupId>
<artifactId>commons-codec</artifactId>
<version>1.3</version>
</dependency>
<dependency>
<groupId>commons-logging</groupId>
<artifactId>commons-logging</artifactId>
<version>1.0.4</version>
</dependency>
</dependencies>
</project>
There are a few other components in the maven 2 directory that also don't have
dependencies, which I thought was odd.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]