You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@poi.apache.org by ce...@apache.org on 2022/01/01 16:12:02 UTC

svn commit: r1896599 - /poi/trunk/build.xml

Author: centic
Date: Sat Jan  1 16:12:02 2022
New Revision: 1896599

URL: http://svn.apache.org/viewvc?rev=1896599&view=rev
Log:
Remove some more outdated log4j-jars

Modified:
    poi/trunk/build.xml

Modified: poi/trunk/build.xml
URL: http://svn.apache.org/viewvc/poi/trunk/build.xml?rev=1896599&r1=1896598&r2=1896599&view=diff
==============================================================================
--- poi/trunk/build.xml (original)
+++ poi/trunk/build.xml Sat Jan  1 16:12:02 2022
@@ -672,6 +672,8 @@ under the License.
                 <include name="log4j-1.2*.jar"/>
                 <include name="log4j-api-2.14*.jar"/>
                 <include name="log4j-api-2.15*.jar"/>
+                <include name="log4j-api-2.16*.jar"/>
+                <include name="log4j-api-2.17.0.jar"/>
                 <include name="commons-logging-1.2.jar"/>
                 <include name="*slf4j*.jar"/>
             </fileset>
@@ -685,6 +687,9 @@ under the License.
                 <include name="junit-jupiter-*-5.7.*.jar"/>
                 <include name="junit-platform-*-1.7.*.jar"/>
                 <include name="log4j-core-2.14*.jar"/>
+                <include name="log4j-core-2.15*.jar"/>
+                <include name="log4j-core-2.16*.jar"/>
+                <include name="log4j-core-2.17.0.jar"/>
             </fileset>
             <fileset dir="${basedir}/lib/ooxml">
                 <include name="xmlbeans-3*.jar"/>



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@poi.apache.org
For additional commands, e-mail: commits-help@poi.apache.org