aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYegor Kozlov <yegor@apache.org>2019-02-13 18:37:20 +0000
committerYegor Kozlov <yegor@apache.org>2019-02-13 18:37:20 +0000
commit48bf64536091be6f3e737aeff1819d57513ea30c (patch)
treefab1deb08c2294c123a8ef1f715ebc0025f6e590
parent8350124e9bd0bcfb8669a7ff0d81c8bc5002dbf8 (diff)
downloadpoi-48bf64536091be6f3e737aeff1819d57513ea30c.tar.gz
poi-48bf64536091be6f3e737aeff1819d57513ea30c.zip
Bug 63029: fixed failing test in test-ooxml-lite
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1853523 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--build.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/build.xml b/build.xml
index 731f10ca52..58edc4ef54 100644
--- a/build.xml
+++ b/build.xml
@@ -409,6 +409,7 @@ under the License.
<path refid="main.classpath"/>
<pathelement location="${main.output.dir}"/>
<pathelement location="${ooxml.security.jar}"/>
+ <pathelement location="${ooxml.test.guava.jar}"/>
<!-- classes are omitted on test cases outside the xml-dsign area to avoid classpath poisioning -->
<!--path refid="ooxml.xmlsec.classpath"/-->
<!-- Used only for ExtractorFactory, see #57963 -->