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

Reply via email to