diff options
author | PJ Fanning <fanningpj@apache.org> | 2020-12-16 19:09:00 +0000 |
---|---|---|
committer | PJ Fanning <fanningpj@apache.org> | 2020-12-16 19:09:00 +0000 |
commit | 8a66685c2dca10890b98e8ad22679d6d78772839 (patch) | |
tree | 2dd494c0619289b8ced50420c9fc6e630b6acf26 /.classpath | |
parent | 9c1eb6b18ee21a2e87a236d99b91f257d945f33a (diff) | |
download | poi-8a66685c2dca10890b98e8ad22679d6d78772839.tar.gz poi-8a66685c2dca10890b98e8ad22679d6d78772839.zip |
try to remove seemingly unused log4j 1.x dependency
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1884519 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '.classpath')
-rw-r--r-- | .classpath | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.classpath b/.classpath index 5f16a42678..bc1b182009 100644 --- a/.classpath +++ b/.classpath @@ -17,7 +17,6 @@ <classpathentry kind="src" path="src/integrationtest"/> <classpathentry kind="lib" path="lib/ant-1.10.1.jar"/> <classpathentry kind="lib" path="lib/ant-launcher-1.10.1.jar"/> - <classpathentry kind="lib" path="lib/log4j-1.2.17.jar"/> <classpathentry exported="true" kind="lib" path="lib/ooxml/xmlbeans-4.0.0.jar" sourcepath="lib/ooxml/xmlbeans-4.0.0-sources.jar"/> <classpathentry kind="lib" path="lib/hamcrest-core-1.3.jar"/> <classpathentry kind="lib" path="lib/junit-4.13.1.jar"/> |