diff options
author | Yegor Kozlov <yegor@apache.org> | 2019-02-13 18:37:20 +0000 |
---|---|---|
committer | Yegor Kozlov <yegor@apache.org> | 2019-02-13 18:37:20 +0000 |
commit | 48bf64536091be6f3e737aeff1819d57513ea30c (patch) | |
tree | fab1deb08c2294c123a8ef1f715ebc0025f6e590 | |
parent | 8350124e9bd0bcfb8669a7ff0d81c8bc5002dbf8 (diff) | |
download | poi-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.xml | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 --> |