diff options
author | PJ Fanning <fanningpj@apache.org> | 2020-12-16 19:44:54 +0000 |
---|---|---|
committer | PJ Fanning <fanningpj@apache.org> | 2020-12-16 19:44:54 +0000 |
commit | 2b154b8d8f03eb3dda1602f5ec6a2daac802f945 (patch) | |
tree | eba5b5be38f96758004f804b19b0dbdc6119f118 /.classpath | |
parent | 8a66685c2dca10890b98e8ad22679d6d78772839 (diff) | |
download | poi-2b154b8d8f03eb3dda1602f5ec6a2daac802f945.tar.gz poi-2b154b8d8f03eb3dda1602f5ec6a2daac802f945.zip |
add back log4j 1.x as a test-only dependency of ooxml-tests
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1884520 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '.classpath')
-rw-r--r-- | .classpath | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/.classpath b/.classpath index bc1b182009..d11178bfe0 100644 --- a/.classpath +++ b/.classpath @@ -28,9 +28,10 @@ <classpathentry exported="true" kind="lib" path="compile-lib/slf4j-api-1.7.30.jar"/> <classpathentry kind="lib" path="lib/ooxml-provided/bcpkix-jdk15on-1.67.jar"/> <classpathentry kind="lib" path="lib/ooxml-provided/bcprov-jdk15on-1.67.jar"/> - <classpathentry kind="lib" path="ooxml-tests/reflections.jar"/> - <classpathentry kind="lib" path="ooxml-tests/guava.jar"/> - <classpathentry kind="lib" path="ooxml-tests/javassist.jar"/> + <classpathentry kind="lib" path="lib/ooxml-tests/reflections-0.9.12.jar"/> + <classpathentry kind="lib" path="lib/ooxml-tests/guava-30.0-jre.jar"/> + <classpathentry kind="lib" path="lib/ooxml-tests/javassist-3.27.0-GA.jar"/> + <classpathentry kind="lib" path="lib/ooxml-tests/log4j-1.2.17.jar"/> <classpathentry exported="true" kind="lib" path="lib/ooxml-provided/xmlsec-2.2.0.jar"/> <classpathentry exported="true" kind="lib" path="lib/commons-codec-1.15.jar"/> <classpathentry exported="true" kind="lib" path="lib/commons-logging-1.2.jar"/> |