remove old ooxml beans

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1884387 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Andreas Beeker 2020-12-13 18:11:48 +00:00
parent 9fdda0ed2c
commit baa55e55c9
1 changed files with 2 additions and 0 deletions

View File

@ -253,6 +253,8 @@ poijobs.each { poijob ->
includePattern('**/lib/ooxml/xmlbeans*.jar')
includePattern('**/lib/ooxml/ooxml*.jar')
includePattern('sonar/*/target/**')
/* remove ooxml-schemas while the builds migrate to 5th edition */
includePattern('build/xmlbean-*/**')
}
if(poijob.sonar) {
credentialsBinding {