summaryrefslogtreecommitdiffstats
path: root/.classpath
diff options
context:
space:
mode:
authorAndreas Beeker <kiwiwings@apache.org>2018-07-22 12:01:37 +0000
committerAndreas Beeker <kiwiwings@apache.org>2018-07-22 12:01:37 +0000
commit93427725762663da8f2865706abbf21ecbbfaf68 (patch)
tree598aca361c8d2c5686ed54404567225f76af85c5 /.classpath
parentcf58960bd0f6b6faf29f3a80abede66b91ba1194 (diff)
downloadpoi-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--.classpath1
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>