mirror of
https://github.com/apache/poi.git
synced 2026-02-27 20:40:08 +08:00
activate IBMJDK again, unlimited JCE policy files are now included by default, and the other IBMJDK issues (#62994,#62966,#62999) have been fixed
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1849032 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
d45ec541cd
commit
a308c6467e
@ -70,9 +70,7 @@ def poijobs = [
|
||||
'-Djava.locale.providers=JRE,CLDR'],
|
||||
skipcigame: true
|
||||
],
|
||||
[ name: 'POI-DSL-IBM-JDK', jdk: 'IBMJDK', trigger: triggerSundays,
|
||||
// some OOXML tests fail with strange XML parsing errors and missing JCE unlimited strength requirements
|
||||
disabled: true, skipcigame: true
|
||||
[ name: 'POI-DSL-IBM-JDK', jdk: 'IBMJDK', trigger: triggerSundays, skipcigame: true
|
||||
],
|
||||
[ name: 'POI-DSL-old-Xerces', trigger: triggerSundays,
|
||||
shell: "test -f ${xercesLib} || wget -O ${xercesLib} ${xercesUrl}\n",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user