Author: rmannibucau
Date: Wed Nov 16 10:29:25 2016
New Revision: 1769954

URL: http://svn.apache.org/viewvc?rev=1769954&view=rev
Log:
JCS-168 ensure to keep CDI SPI file in default and cdi jar but not the nocdi one

Modified:
    commons/proper/jcs/trunk/commons-jcs-jcache/pom.xml

Modified: commons/proper/jcs/trunk/commons-jcs-jcache/pom.xml
URL: 
http://svn.apache.org/viewvc/commons/proper/jcs/trunk/commons-jcs-jcache/pom.xml?rev=1769954&r1=1769953&r2=1769954&view=diff
==============================================================================
--- commons/proper/jcs/trunk/commons-jcs-jcache/pom.xml (original)
+++ commons/proper/jcs/trunk/commons-jcs-jcache/pom.xml Wed Nov 16 10:29:25 2016
@@ -98,6 +98,7 @@
             <configuration>
               <includes>
                 <include>org/apache/commons/jcs/jcache/cdi/*</include>
+                
<include>META-INF/services/javax.enterprise.inject.spi.Extension</include>
               </includes>
               <classifier>cdi</classifier>
             </configuration>
@@ -110,6 +111,7 @@
             <configuration>
               <excludes>
                 <exclude>org/apache/commons/jcs/jcache/cdi/</exclude>
+                
<exclude>META-INF/services/javax.enterprise.inject.spi.Extension</exclude>
               </excludes>
               <classifier>nocdi</classifier>
             </configuration>


Reply via email to