still hacking the build

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1892934 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
PJ Fanning 2021-09-05 13:33:00 +00:00
parent bfddbcfcb7
commit fcb374ff28

View File

@ -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'