You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openwebbeans.apache.org by rm...@apache.org on 2017/10/12 08:55:28 UTC

svn commit: r1811921 - /openwebbeans/meecrowave/trunk/meecrowave-core/pom.xml

Author: rmannibucau
Date: Thu Oct 12 08:55:28 2017
New Revision: 1811921

URL: http://svn.apache.org/viewvc?rev=1811921&view=rev
Log:
MEECROWAVE-74 patch from hwaastad, excluding java 9 code to avoid issues in scanning

Modified:
    openwebbeans/meecrowave/trunk/meecrowave-core/pom.xml

Modified: openwebbeans/meecrowave/trunk/meecrowave-core/pom.xml
URL: http://svn.apache.org/viewvc/openwebbeans/meecrowave/trunk/meecrowave-core/pom.xml?rev=1811921&r1=1811920&r2=1811921&view=diff
==============================================================================
--- openwebbeans/meecrowave/trunk/meecrowave-core/pom.xml (original)
+++ openwebbeans/meecrowave/trunk/meecrowave-core/pom.xml Thu Oct 12 08:55:28 2017
@@ -284,6 +284,12 @@
               </transformers>
               <filters>
                 <filter>
+                  <artifact>org.apache.logging.log4j:log4j-api</artifact>
+                  <excludes>
+                    <exclude>META-INF/versions/**</exclude>
+                  </excludes>
+                </filter>
+                <filter>
                   <artifact>*:*</artifact>
                   <excludes>
                     <exclude>META-INF/*.SF</exclude>