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 01:08:41 UTC

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

Author: struberg
Date: Thu Jul  8 23:08:41 2010
New Revision: 961975

URL: http://svn.apache.org/viewvc?rev=961975&view=rev
Log:
EXTCDI-27 jsf12-api is shaded and thus no transitive dependency anymore

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=961975&r1=961974&r2=961975&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 Thu Jul  8 23:08:41 2010
@@ -42,6 +42,7 @@
         <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>