;) I was just testing with 'provided'. Matt
On Thu, Aug 4, 2011 at 3:59 PM, <[email protected]> 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 --> > > >
