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 23:00:13 UTC

svn commit: r1154013 - /myfaces/core/branches/2.0.x/impl/pom.xml

Author: lu4242
Date: Thu Aug  4 21:00:12 2011
New Revision: 1154013

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

Modified:
    myfaces/core/branches/2.0.x/impl/pom.xml

Modified: myfaces/core/branches/2.0.x/impl/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/core/branches/2.0.x/impl/pom.xml?rev=1154013&r1=1154012&r2=1154013&view=diff
==============================================================================
--- myfaces/core/branches/2.0.x/impl/pom.xml (original)
+++ myfaces/core/branches/2.0.x/impl/pom.xml Thu Aug  4 21:00:12 2011
@@ -922,6 +922,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 -->