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

Wendy Smoak commented on MEV-136:
---------------------------------

Please make the portlet api optional, otherwise it's going to end up in all of 
our webapps.  Thanks!

Index: myfaces-parent/1.1.0/myfaces-parent-1.1.0.pom
===================================================================
--- myfaces-parent/1.1.0/myfaces-parent-1.1.0.pom       (revision 132)
+++ myfaces-parent/1.1.0/myfaces-parent-1.1.0.pom       (working copy)
@@ -69,6 +69,7 @@
       <groupId>javax.portlet</groupId>
       <artifactId>portlet-api</artifactId>
       <version>1.0</version>
+      <optional>true</optional>
     </dependency>
     <dependency>
       <groupId>javax.servlet</groupId>

> MyFaces requires commons-digester and commons-el
> ------------------------------------------------
>
>          Key: MEV-136
>          URL: http://jira.codehaus.org/browse/MEV-136
>      Project: Maven Evangelism
>         Type: Bug
>   Components: Invalid POM
>     Reporter: Matt Raible
>     Assignee: Edwin Punzalan

>
>
> Here's a revised version:
> <project>
>   <modelVersion>4.0.0</modelVersion>
>   <groupId>myfaces</groupId>
>   <artifactId>myfaces-all</artifactId>
>   <version>1.1.0</version>
>   <dependencies>
>     <dependency>
>       <groupId>commons-digester</groupId>
>       <artifactId>commons-digester</artifactId>
>       <version>1.5</version>
>     </dependency>
>     <dependency>
>       <groupId>commons-el</groupId>
>       <artifactId>commons-el</artifactId>
>       <version>1.0</version>
>     </dependency>
>   </dependencies>
> </project>

-- 
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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to