diff options
author | Nick Burch <nick@apache.org> | 2020-04-07 09:46:32 +0000 |
---|---|---|
committer | Nick Burch <nick@apache.org> | 2020-04-07 09:46:32 +0000 |
commit | 2fb30f7892b698eeed797b1b27a4d7f3f1702068 (patch) | |
tree | 65a204f9a326c5b7c43065946f4690adc94bb2e6 /.classpath | |
parent | 3a6ebecc6f2e525661921fc4b0c961042360a29d (diff) | |
download | poi-2fb30f7892b698eeed797b1b27a4d7f3f1702068.tar.gz poi-2fb30f7892b698eeed797b1b27a4d7f3f1702068.zip |
Add disabled unit test for #64319
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1876225 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '.classpath')
-rw-r--r-- | .classpath | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.classpath b/.classpath index 7d8b545565..839c8ec9cf 100644 --- a/.classpath +++ b/.classpath @@ -45,5 +45,6 @@ <classpathentry kind="lib" path="lib/byte-buddy-1.10.1.jar"/> <classpathentry kind="lib" path="lib/byte-buddy-agent-1.10.1.jar"/> <classpathentry kind="lib" path="compile-lib/batik-all-1.12.jar"/> + <classpathentry kind="lib" path="lib/SparseBitSet-1.2.jar"/> <classpathentry kind="output" path="bin"/> </classpath> |