mirror of https://github.com/apache/poi.git
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
This commit is contained in:
parent
8350124e9b
commit
48bf645360
|
@ -409,6 +409,7 @@ under the License.
|
||||||
<path refid="main.classpath"/>
|
<path refid="main.classpath"/>
|
||||||
<pathelement location="${main.output.dir}"/>
|
<pathelement location="${main.output.dir}"/>
|
||||||
<pathelement location="${ooxml.security.jar}"/>
|
<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 -->
|
<!-- classes are omitted on test cases outside the xml-dsign area to avoid classpath poisioning -->
|
||||||
<!--path refid="ooxml.xmlsec.classpath"/-->
|
<!--path refid="ooxml.xmlsec.classpath"/-->
|
||||||
<!-- Used only for ExtractorFactory, see #57963 -->
|
<!-- Used only for ExtractorFactory, see #57963 -->
|
||||||
|
|
Loading…
Reference in New Issue