From 387ae17bc5417c1256a37a42193e73e4ae678169 Mon Sep 17 00:00:00 2001
From: PJ Fanning <fanningpj@apache.org>
Date: Sun, 5 Sep 2021 15:02:44 +0000
Subject: [PATCH] still hacking the build

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1892941 13f79535-47bb-0310-9956-ffa450edef68
---
 poi-examples/build.gradle | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/poi-examples/build.gradle b/poi-examples/build.gradle
index 2b3a792943..4a2a73cb68 100644
--- a/poi-examples/build.gradle
+++ b/poi-examples/build.gradle
@@ -28,9 +28,8 @@ sourceSets {
 
 dependencies {
     api project(':poi-ooxml')
-//    api project(':poi-scratchpad')
     implementation project(path: ':poi', configuration: 'archives')
-    implementation project(path: ':poi-ooxml', configuration: 'archives')
+    compileOnly project(path: ':poi-ooxml', configuration: 'archives')
     compileOnly project(path: ':poi-ooxml-full', configuration: 'archives')
 
     if (NO_SCRATCHPAD) {