You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Carlos Sanchez (JIRA)" <ji...@codehaus.org> on 2006/03/29 07:21:44 UTC

[jira] Closed: (MEV-366) JPOX 1.1.0-beta-6 has invalid entry in POM

     [ http://jira.codehaus.org/browse/MEV-366?page=all ]
     
Carlos Sanchez closed MEV-366:
------------------------------

     Assign To: Carlos Sanchez
    Resolution: Fixed

> JPOX 1.1.0-beta-6 has invalid entry in POM
> ------------------------------------------
>
>          Key: MEV-366
>          URL: http://jira.codehaus.org/browse/MEV-366
>      Project: Maven Evangelism
>         Type: Bug

>   Components: Invalid POM
>     Reporter: Matt Raible
>     Assignee: Carlos Sanchez

>
>
>         <dependency>
>             <groupId>javax.security</groupId>
>             <artifactId>jaas</artifactId>
>             <version>1.0.01</version>
>             <scope>optional</scope>
>         </dependency>
> Should be:
>         <dependency>
>             <groupId>javax.security</groupId>
>             <artifactId>jaas</artifactId>
>             <version>1.0.01</version>
>             <optional>true</optional>
>         </dependency>

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