You are viewing a plain text version of this content. The canonical link for it is here.
Posted to oak-commits@jackrabbit.apache.org by al...@apache.org on 2017/03/30 15:37:22 UTC

svn commit: r1789534 - /jackrabbit/oak/trunk/oak-segment-tar/pom.xml

Author: alexparvulescu
Date: Thu Mar 30 15:37:22 2017
New Revision: 1789534

URL: http://svn.apache.org/viewvc?rev=1789534&view=rev
Log:
OAK-5921 Make import org.apache.log4j optional


Modified:
    jackrabbit/oak/trunk/oak-segment-tar/pom.xml

Modified: jackrabbit/oak/trunk/oak-segment-tar/pom.xml
URL: http://svn.apache.org/viewvc/jackrabbit/oak/trunk/oak-segment-tar/pom.xml?rev=1789534&r1=1789533&r2=1789534&view=diff
==============================================================================
--- jackrabbit/oak/trunk/oak-segment-tar/pom.xml (original)
+++ jackrabbit/oak/trunk/oak-segment-tar/pom.xml Thu Mar 30 15:37:22 2017
@@ -61,6 +61,7 @@
                             sun.security.util.*;resolution:=optional,
                             sun.security.x509.*;resolution:=optional,
                             org.apache.logging.log4j.*;resolution:=optional,
+                            org.apache.log4j.*;resolution:=optional,
                             *
                         </Import-Package>
                     </instructions>