You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by st...@apache.org on 2010/07/09 23:55:16 UTC

svn commit: r962706 - /myfaces/extensions/cdi/trunk/jee-modules/jsf20-module/api/pom.xml

Author: struberg
Date: Fri Jul  9 21:55:16 2010
New Revision: 962706

URL: http://svn.apache.org/viewvc?rev=962706&view=rev
Log:
EXTCDI-27 remove <provided> since provided artifacts wont get shaded

Modified:
    myfaces/extensions/cdi/trunk/jee-modules/jsf20-module/api/pom.xml

Modified: myfaces/extensions/cdi/trunk/jee-modules/jsf20-module/api/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/extensions/cdi/trunk/jee-modules/jsf20-module/api/pom.xml?rev=962706&r1=962705&r2=962706&view=diff
==============================================================================
--- myfaces/extensions/cdi/trunk/jee-modules/jsf20-module/api/pom.xml (original)
+++ myfaces/extensions/cdi/trunk/jee-modules/jsf20-module/api/pom.xml Fri Jul  9 21:55:16 2010
@@ -42,7 +42,6 @@
         <dependency>
             <groupId>org.apache.myfaces.extensions.cdi.jee-modules</groupId>
             <artifactId>myfaces-extcdi-jsf12-module-api</artifactId>
-            <scope>provided</scope>
             <optional>true</optional>
         </dependency>
         <dependency>