You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by "Alexandre Vivien (JIRA)" <ji...@codehaus.org> on 2005/10/21 00:02:11 UTC

[jira] Created: (MEV-130) commons-logging 1.0.4 dependencies note really required

commons-logging 1.0.4 dependencies note really required
-------------------------------------------------------

         Key: MEV-130
         URL: http://jira.codehaus.org/browse/MEV-130
     Project: Maven Evangelism
        Type: Bug
  Components: Invalid POM  
 Reporter: Alexandre Vivien


These 2 dependencies are not really required, so they should be <optional/> : 

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

<dependency>
      <groupId>avalon-framework</groupId>
      <artifactId>avalon-framework</artifactId>
      <version>4.1.3</version>
</dependency>

Thanks,
Alexandre Vivien

-- 
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-130) commons-logging 1.0.4 dependencies note really required

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

     Assign To: Carlos Sanchez
    Resolution: Fixed

optional tag already present

> commons-logging 1.0.4 dependencies note really required
> -------------------------------------------------------
>
>          Key: MEV-130
>          URL: http://jira.codehaus.org/browse/MEV-130
>      Project: Maven Evangelism
>         Type: Bug
>   Components: Invalid POM
>     Reporter: Alexandre Vivien
>     Assignee: Carlos Sanchez

>
>
> These 2 dependencies are not really required, so they should be <optional/> : 
> <dependency>
>       <groupId>logkit</groupId>
>       <artifactId>logkit</artifactId>
>       <version>1.0.1</version>
> </dependency>
> <dependency>
>       <groupId>avalon-framework</groupId>
>       <artifactId>avalon-framework</artifactId>
>       <version>4.1.3</version>
> </dependency>
> Thanks,
> Alexandre Vivien

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