diff options
author | Dominik Stadler <centic@apache.org> | 2017-06-09 12:49:58 +0000 |
---|---|---|
committer | Dominik Stadler <centic@apache.org> | 2017-06-09 12:49:58 +0000 |
commit | 048ae39b1b10eae6e2a96e4871932936504fe2bd (patch) | |
tree | 6bb15f63bb9ef8a55afc1467d1dcab6ca1479fd9 | |
parent | 902124a5fd2aadbe4d106c4a4efd907769984a05 (diff) | |
download | poi-048ae39b1b10eae6e2a96e4871932936504fe2bd.tar.gz poi-048ae39b1b10eae6e2a96e4871932936504fe2bd.zip |
Forbidden-APIs needs junit-jars
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1798204 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r-- | build.xml | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -443,6 +443,7 @@ under the License. <path id="forbiddenapis.classpath"> <path refid="main.classpath"/> + <path refid="test.jar.classpath"/> <path refid="scratchpad.classpath"/> <path refid="ooxml.classpath"/> <path refid="ooxml.xmlsec.classpath"/> |