summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--poi-examples/build.gradle1
1 files changed, 1 insertions, 0 deletions
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')