]> source.dussan.org Git - poi.git/commitdiff
Added missing reference to commons-compress JAR
authorAndreas Beeker <kiwiwings@apache.org>
Sun, 22 Jul 2018 12:01:37 +0000 (12:01 +0000)
committerAndreas Beeker <kiwiwings@apache.org>
Sun, 22 Jul 2018 12:01:37 +0000 (12:01 +0000)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1836433 13f79535-47bb-0310-9956-ffa450edef68

.classpath

index 8bb77501a52fe57d0f5370934fbd0f8f0bed8f1c..8335dcbe56ac10a1bbd4afd922075543f5103e88 100644 (file)
@@ -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>