Author: kiwiwings
Date: Tue Jun  5 21:22:33 2018
New Revision: 1832974

URL: http://svn.apache.org/viewvc?rev=1832974&view=rev
Log:
#62187 - missing lib reference on integration build

Modified:
    poi/trunk/src/integrationtest/build.xml

Modified: poi/trunk/src/integrationtest/build.xml
URL: 
http://svn.apache.org/viewvc/poi/trunk/src/integrationtest/build.xml?rev=1832974&r1=1832973&r2=1832974&view=diff
==============================================================================
--- poi/trunk/src/integrationtest/build.xml (original)
+++ poi/trunk/src/integrationtest/build.xml Tue Jun  5 21:22:33 2018
@@ -115,6 +115,7 @@ Before running this, you should execute
         <path id="libs">
             <fileset dir="../../lib">
                 <include name="junit*.jar"/>
+                <include name="commons-compress*.jar"/>
             </fileset>
             <fileset dir="../../ooxml-lib">
                 <include name="ooxml-schemas-*.jar"/>



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to