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

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

FWIW, the same <scope>optional</scope> error exists in 1.1.0-rc1 (and likely 
1.1.0-rc2):

http://www.ibiblio.org/maven2/jpox/jpox/1.1.0-rc-1/jpox-1.1.0-rc-1.pom

> 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

Reply via email to