]> source.dussan.org Git - poi.git/commitdiff
try not to have poi-ooxml-full in pom (still need to work out how to add poi-ooxml...
authorPJ Fanning <fanningpj@apache.org>
Sun, 5 Sep 2021 12:51:44 +0000 (12:51 +0000)
committerPJ Fanning <fanningpj@apache.org>
Sun, 5 Sep 2021 12:51:44 +0000 (12:51 +0000)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1892933 13f79535-47bb-0310-9956-ffa450edef68

poi-ooxml/build.gradle

index df7a7dbc2740ae7fe8e91b7f8fd5decf3323692b..339bc97cc0805bbd82862378011e1e987672e6e8 100644 (file)
@@ -44,9 +44,9 @@ sourceSets {
 
 dependencies {
     api project(':poi')
-    api project(':poi-ooxml-full')
-    api project(path: ':poi', configuration: 'archives')
-    api project(path: ':poi-ooxml-full', configuration: 'archives')
+    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')
 
     implementation 'org.apache.commons:commons-collections4:4.4'
     api "org.apache.commons:commons-compress:${commonsCompressVersion}"