]> source.dussan.org Git - poi.git/commitdiff
Update xmlbeans 4.0 everytime while it's not stable yet
authorAndreas Beeker <kiwiwings@apache.org>
Sat, 20 Jun 2020 16:31:10 +0000 (16:31 +0000)
committerAndreas Beeker <kiwiwings@apache.org>
Sat, 20 Jun 2020 16:31:10 +0000 (16:31 +0000)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1879045 13f79535-47bb-0310-9956-ffa450edef68

jenkins/create_jobs.groovy

index 781b5a0ebc8ccba4163967e0d5f050f6d8d08207..02f0356a17e3c076f96a896f0a84391c6eafae13 100644 (file)
@@ -240,6 +240,8 @@ poijobs.each { poijob ->
                 writeDescription('Build was aborted due to timeout')
             }
             preBuildCleanup {
+                /* remove xmlbeans while 4.0 is not stable */
+                includePattern('**/lib/ooxml/xmlbeans*.jar')
                 includePattern('**/lib/ooxml/ooxml*.jar')
                 includePattern('sonar/*/target/**')
             }