diff options
author | Andreas Beeker <kiwiwings@apache.org> | 2018-06-05 21:22:33 +0000 |
---|---|---|
committer | Andreas Beeker <kiwiwings@apache.org> | 2018-06-05 21:22:33 +0000 |
commit | 1e0c76f2767a69cbab5668cdfe1ca3bbea0eb791 (patch) | |
tree | ad43a2635e07ea08d3ea0bf62f5145dfd7b67913 | |
parent | 8cabdb476cf5256e7bb5c240eff29f7823461b3b (diff) | |
download | poi-1e0c76f2767a69cbab5668cdfe1ca3bbea0eb791.tar.gz poi-1e0c76f2767a69cbab5668cdfe1ca3bbea0eb791.zip |
#62187 - missing lib reference on integration build
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1832974 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r-- | src/integrationtest/build.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/integrationtest/build.xml b/src/integrationtest/build.xml index 89be8998aa..4d29baea5d 100644 --- a/src/integrationtest/build.xml +++ b/src/integrationtest/build.xml @@ -115,6 +115,7 @@ Before running this, you should execute the "assemble" target in the main build. <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"/> |