]> source.dussan.org Git - poi.git/commit
XmlSec/BouncyCastle and Batik are now optional
authorAndreas Beeker <kiwiwings@apache.org>
Sun, 12 Sep 2021 20:31:43 +0000 (20:31 +0000)
committerAndreas Beeker <kiwiwings@apache.org>
Sun, 12 Sep 2021 20:31:43 +0000 (20:31 +0000)
commit596db3117021cea11793fff2d3018e5e2907a2c9
tree2af7961416ce3c30cc037de1a62c7b58783faae4
parent99047b5245ea588419cd45b8a8ac3a1ca15494ea
XmlSec/BouncyCastle and Batik are now optional

disable SonarQube build based on ant
remove sonar and maven directory, because POMs are now created via Gradle
remove maven section from seed-build

fix duplicated maven dependencies on POM export

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1893289 13f79535-47bb-0310-9956-ffa450edef68
34 files changed:
build.gradle
jenkins/create_jobs.groovy
maven/poi-examples.pom [deleted file]
maven/poi-excelant.pom [deleted file]
maven/poi-ooxml-full.pom [deleted file]
maven/poi-ooxml-lite.pom [deleted file]
maven/poi-ooxml.pom [deleted file]
maven/poi-scratchpad.pom [deleted file]
maven/poi.pom [deleted file]
poi-examples/src/main/java9/module-info.class
poi-excelant/build.gradle
poi-integration/build.gradle
poi-integration/src/test/java9/module-info.class
poi-integration/src/test/java9/module-info.java
poi-ooxml/build.gradle
poi-ooxml/src/main/java9/module-info.class
poi-ooxml/src/main/java9/module-info.java
poi-ooxml/src/test/java9/module-info.class
poi-ooxml/src/test/java9/module-info.java
poi-scratchpad/build.gradle
poi-scratchpad/src/main/java9/module-info.class
poi-scratchpad/src/main/java9/module-info.java
poi/build.gradle
poi/src/main/java9/module-info.class
poi/src/test/java9/module-info.class
sonar/examples/pom.xml [deleted file]
sonar/excelant/pom.xml [deleted file]
sonar/integration-test/pom.xml [deleted file]
sonar/main/pom.xml [deleted file]
sonar/ooxml-full/pom.xml [deleted file]
sonar/ooxml-full/xmlbeans.marker [deleted file]
sonar/ooxml/pom.xml [deleted file]
sonar/pom.xml [deleted file]
sonar/scratchpad/pom.xml [deleted file]