summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDominik Stadler <centic@apache.org>2017-06-09 12:49:58 +0000
committerDominik Stadler <centic@apache.org>2017-06-09 12:49:58 +0000
commit048ae39b1b10eae6e2a96e4871932936504fe2bd (patch)
tree6bb15f63bb9ef8a55afc1467d1dcab6ca1479fd9
parent902124a5fd2aadbe4d106c4a4efd907769984a05 (diff)
downloadpoi-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.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/build.xml b/build.xml
index 9d09b55284..079d30ef33 100644
--- a/build.xml
+++ b/build.xml
@@ -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"/>