aboutsummaryrefslogtreecommitdiffstats
path: root/poi-ooxml/build.gradle
diff options
context:
space:
mode:
authorPJ Fanning <fanningpj@apache.org>2021-09-05 13:33:00 +0000
committerPJ Fanning <fanningpj@apache.org>2021-09-05 13:33:00 +0000
commitfcb374ff286b98d9f83d1b584f668cc0b02fba97 (patch)
tree992c86686b49a6eb5b8fe8c82dd2d4873d316791 /poi-ooxml/build.gradle
parentbfddbcfcb7349be865f268c7163f094499ae9297 (diff)
downloadpoi-fcb374ff286b98d9f83d1b584f668cc0b02fba97.tar.gz
poi-fcb374ff286b98d9f83d1b584f668cc0b02fba97.zip
still hacking the build
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1892934 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'poi-ooxml/build.gradle')
-rw-r--r--poi-ooxml/build.gradle5
1 files changed, 2 insertions, 3 deletions
diff --git a/poi-ooxml/build.gradle b/poi-ooxml/build.gradle
index 339bc97cc0..34eb420497 100644
--- a/poi-ooxml/build.gradle
+++ b/poi-ooxml/build.gradle
@@ -44,11 +44,10 @@ sourceSets {
dependencies {
api project(':poi')
- compileOnly project(':poi-ooxml-full')
- //need to find some way to add poi-ooxml-lite without causing cicular dependency failure
- //implementation project(path: ':poi-ooxml-lite', configuration: 'archives')
+ api project(':poi-ooxml-full')
implementation 'org.apache.commons:commons-collections4:4.4'
+ api "org.apache.xmlbeans:xmlbeans:${xmlbeansVersion}"
api "org.apache.commons:commons-compress:${commonsCompressVersion}"
api "commons-io:commons-io:${commonsIoVersion}"
api 'org.apache.santuario:xmlsec:2.2.2'