You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by mk...@apache.org on 2014/04/17 12:19:49 UTC

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

Author: mkienenb
Date: Thu Apr 17 10:19:49 2014
New Revision: 1588202

URL: http://svn.apache.org/r1588202
Log:
MYFACES-3885 Add new spi files to rat exclusions

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=1588202&r1=1588201&r2=1588202&view=diff
==============================================================================
--- myfaces/core/trunk/impl/pom.xml (original)
+++ myfaces/core/trunk/impl/pom.xml Thu Apr 17 10:19:49 2014
@@ -101,6 +101,8 @@
                         <!-- services files are trivial config files with no comments -->
                         <exclude>src/test/resources/META-INF/services/org.apache.myfaces.config.annotation.LifecycleProvider</exclude>
                         <exclude>src/main/resources/META-INF/services/org.apache.myfaces.config.annotation.LifecycleProvider</exclude>
+                        <exclude>src/main/resources/META-INF/services/org.apache.myfaces.spi.InjectionProvider</exclude>
+                        <exclude>src/main/resources/META-INF/services/javax.enterprise.inject.spi.Extension</exclude>
                         <exclude>src/main/resources/META-INF/services/javax.servlet.ServletContainerInitializer</exclude>
 
                         <!-- these jsf.js files are trivial empty placeholders -->