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

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

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

Matt Raible commented on MEV-366:
---------------------------------

Also occurs in Ant dependency:

        <dependency>
            <groupId>ant</groupId>
            <artifactId>ant</artifactId>
            <version>1.6</version>
            <scope>optional</scope>
        </dependency>

> 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

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