From 23fe7998e132c189d32f037d743a7c12564834a2 Mon Sep 17 00:00:00 2001 From: PJ Fanning Date: Sun, 5 Sep 2021 13:56:30 +0000 Subject: [PATCH] still hacking the build git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1892936 13f79535-47bb-0310-9956-ffa450edef68 --- poi-examples/build.gradle | 1 + 1 file changed, 1 insertion(+) diff --git a/poi-examples/build.gradle b/poi-examples/build.gradle index 4aff0b8a6b..c181ddb800 100644 --- a/poi-examples/build.gradle +++ b/poi-examples/build.gradle @@ -29,6 +29,7 @@ sourceSets { dependencies { api project(':poi-ooxml') // api project(':poi-scratchpad') + implementation project(path: ':poi', configuration: 'archives') implementation project(path: ':poi-ooxml', configuration: 'archives') implementation project(path: ':poi-ooxml-full', configuration: 'archives')