]> source.dussan.org Git - poi.git/commitdiff
poi-ooxml-lite dependency on poi-ooxml-full
authorPJ Fanning <fanningpj@apache.org>
Sun, 5 Sep 2021 00:39:59 +0000 (00:39 +0000)
committerPJ Fanning <fanningpj@apache.org>
Sun, 5 Sep 2021 00:39:59 +0000 (00:39 +0000)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1892910 13f79535-47bb-0310-9956-ffa450edef68

poi-ooxml-lite/build.gradle

index ff5fca3a66722ad40f4e4e78df53566ab57bc6cb..6a6e006f8a890eb17a0255721d09f295c5d0265c 100644 (file)
@@ -37,7 +37,7 @@ sourceSets {
 
 dependencies {
     api "org.apache.xmlbeans:xmlbeans:${xmlbeansVersion}"
-    implementation project(':poi-ooxml-full')
+    compileOnly project(':poi-ooxml-full')
     implementation project(path:':poi-integration', configuration:'tests')
 }