You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by "Guest (JIRA)" <ji...@codehaus.org> on 2005/09/29 03:54:10 UTC

[jira] Created: (MEV-99) no dependencies section in pom for HttpClient at ibiblio

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: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


[jira] Commented: (MEV-99) no dependencies section in pom for HttpClient at ibiblio

Posted by "Guest (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/MEV-99?page=comments#action_47527 ] 

Guest commented on MEV-99:
--------------------------

The bug has been logged with the httpclient guys over at http://issues.apache.org/bugzilla/show_bug.cgi?id=35321

> 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: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


[jira] Closed: (MEV-99) no dependencies section in pom for HttpClient at ibiblio

Posted by "Carlos Sanchez (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MEV-99?page=all ]
     
Carlos Sanchez closed MEV-99:
-----------------------------

     Assign To: Carlos Sanchez
    Resolution: Fixed

As the jar didn't change the pom was not updated. Touched all jars to force sync.

> 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
>     Assignee: Carlos Sanchez

>
>
> 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: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org