You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by lu...@apache.org on 2011/08/04 22:59:30 UTC

svn commit: r1154012 - /myfaces/core/trunk/impl/pom.xml

Author: lu4242
Date: Thu Aug  4 20:59:29 2011
New Revision: 1154012

URL: http://svn.apache.org/viewvc?rev=1154012&view=rev
Log:
set optional="true" over impl-shared dependency

Modified:
    myfaces/core/trunk/impl/pom.xml

Modified: myfaces/core/trunk/impl/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/core/trunk/impl/pom.xml?rev=1154012&r1=1154011&r2=1154012&view=diff
==============================================================================
--- myfaces/core/trunk/impl/pom.xml (original)
+++ myfaces/core/trunk/impl/pom.xml Thu Aug  4 20:59:29 2011
@@ -1037,6 +1037,7 @@
         <dependency>
             <groupId>org.apache.myfaces.core.internal</groupId>
             <artifactId>myfaces-impl-shared</artifactId>
+            <optional>true</optional> 
         </dependency>
 
         <!-- maven-shade-plugin will exclude this dependency automatically -->



Re: svn commit: r1154012 - /myfaces/core/trunk/impl/pom.xml

Posted by Matt Benson <gu...@gmail.com>.
;)  I was just testing with 'provided'.

Matt

On Thu, Aug 4, 2011 at 3:59 PM,  <lu...@apache.org> wrote:
> Author: lu4242
> Date: Thu Aug  4 20:59:29 2011
> New Revision: 1154012
>
> URL: http://svn.apache.org/viewvc?rev=1154012&view=rev
> Log:
> set optional="true" over impl-shared dependency
>
> Modified:
>    myfaces/core/trunk/impl/pom.xml
>
> Modified: myfaces/core/trunk/impl/pom.xml
> URL: http://svn.apache.org/viewvc/myfaces/core/trunk/impl/pom.xml?rev=1154012&r1=1154011&r2=1154012&view=diff
> ==============================================================================
> --- myfaces/core/trunk/impl/pom.xml (original)
> +++ myfaces/core/trunk/impl/pom.xml Thu Aug  4 20:59:29 2011
> @@ -1037,6 +1037,7 @@
>         <dependency>
>             <groupId>org.apache.myfaces.core.internal</groupId>
>             <artifactId>myfaces-impl-shared</artifactId>
> +            <optional>true</optional>
>         </dependency>
>
>         <!-- maven-shade-plugin will exclude this dependency automatically -->
>
>
>