You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by "Fabrice BELLINGARD (JIRA)" <ji...@codehaus.org> on 2005/11/07 15:51:06 UTC

[jira] Commented: (MEV-185) commons-logging-1.0.4 POM dependencies not using properly

    [ http://jira.codehaus.org/browse/MEV-185?page=comments#action_50203 ] 

Fabrice BELLINGARD commented on MEV-185:
----------------------------------------

And there is the same error for those dependencies:

    <dependency>
      <groupId>log4j</groupId>
      <artifactId>log4j</artifactId>
      <version>1.2.6</version>
      <optional/>
    </dependency>

    <dependency>
      <groupId>logkit</groupId>
      <artifactId>logkit</artifactId>
      <version>1.0.1</version>
      <optional/>
    </dependency>

> commons-logging-1.0.4 POM dependencies not using <optional> properly
> --------------------------------------------------------------------
>
>          Key: MEV-185
>          URL: http://jira.codehaus.org/browse/MEV-185
>      Project: Maven Evangelism
>         Type: Bug
>   Components: Dependencies
>     Reporter: Fabrice BELLINGARD

>
>
> In the following dependency :
>     <dependency>
>       <groupId>avalon-framework</groupId>
>       <artifactId>avalon-framework</artifactId>
>       <version>4.1.3</version>
>       <optional/>
>     </dependency>
> "<optional>true</optional>" should be used.
> I haven't checked for the other versions of the artifact.

-- 
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