You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@poi.apache.org by fa...@apache.org on 2021/09/05 12:51:44 UTC

svn commit: r1892933 - /poi/trunk/poi-ooxml/build.gradle

Author: fanningpj
Date: Sun Sep  5 12:51:44 2021
New Revision: 1892933

URL: http://svn.apache.org/viewvc?rev=1892933&view=rev
Log:
try not to have poi-ooxml-full in pom (still need to work out how to add poi-ooxml-lite instead)

Modified:
    poi/trunk/poi-ooxml/build.gradle

Modified: poi/trunk/poi-ooxml/build.gradle
URL: http://svn.apache.org/viewvc/poi/trunk/poi-ooxml/build.gradle?rev=1892933&r1=1892932&r2=1892933&view=diff
==============================================================================
--- poi/trunk/poi-ooxml/build.gradle (original)
+++ poi/trunk/poi-ooxml/build.gradle Sun Sep  5 12:51:44 2021
@@ -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}"



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@poi.apache.org
For additional commands, e-mail: commits-help@poi.apache.org