diff options
author | Andreas Beeker <kiwiwings@apache.org> | 2018-07-22 12:01:37 +0000 |
---|---|---|
committer | Andreas Beeker <kiwiwings@apache.org> | 2018-07-22 12:01:37 +0000 |
commit | 93427725762663da8f2865706abbf21ecbbfaf68 (patch) | |
tree | 598aca361c8d2c5686ed54404567225f76af85c5 /.classpath | |
parent | cf58960bd0f6b6faf29f3a80abede66b91ba1194 (diff) | |
download | poi-93427725762663da8f2865706abbf21ecbbfaf68.tar.gz poi-93427725762663da8f2865706abbf21ecbbfaf68.zip |
Added missing reference to commons-compress JAR
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1836433 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 8bb77501a5..8335dcbe56 100644 --- a/.classpath +++ b/.classpath @@ -40,5 +40,6 @@ <classpathentry kind="lib" path="lib/byte-buddy-1.7.9.jar"/> <classpathentry kind="lib" path="lib/byte-buddy-agent-1.7.9.jar"/> <classpathentry kind="lib" path="lib/objenesis-2.6.jar"/> + <classpathentry kind="lib" path="lib/commons-compress-1.17.jar"/> <classpathentry kind="output" path="bin"/> </classpath> |