diff options
author | Andreas Beeker <kiwiwings@apache.org> | 2021-09-12 20:31:43 +0000 |
---|---|---|
committer | Andreas Beeker <kiwiwings@apache.org> | 2021-09-12 20:31:43 +0000 |
commit | 596db3117021cea11793fff2d3018e5e2907a2c9 (patch) | |
tree | 2af7961416ce3c30cc037de1a62c7b58783faae4 /poi/build.gradle | |
parent | 99047b5245ea588419cd45b8a8ac3a1ca15494ea (diff) | |
download | poi-596db3117021cea11793fff2d3018e5e2907a2c9.tar.gz poi-596db3117021cea11793fff2d3018e5e2907a2c9.zip |
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
Diffstat (limited to 'poi/build.gradle')
-rw-r--r-- | poi/build.gradle | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/poi/build.gradle b/poi/build.gradle index 889fb6d95b..d71e86bc51 100644 --- a/poi/build.gradle +++ b/poi/build.gradle @@ -41,8 +41,8 @@ dependencies { api "org.apache.commons:commons-math3:${commonsMathVersion}" api "commons-io:commons-io:${commonsIoVersion}" api 'com.zaxxer:SparseBitSet:1.2' - implementation "org.apache.logging.log4j:log4j-api:${log4jVersion}" - implementation 'javax.activation:activation:1.1.1' + api "org.apache.logging.log4j:log4j-api:${log4jVersion}" + // implementation 'javax.activation:activation:1.1.1' testImplementation 'org.reflections:reflections:0.9.12' testImplementation 'org.apache.ant:ant:1.10.11' |