From 5c6493a5fc76f2e11441d39af05e3f3208283896 Mon Sep 17 00:00:00 2001 From: Andreas Beeker Date: Wed, 1 Sep 2021 22:32:48 +0000 Subject: try to fix no-scratchpad build remove or set-to-static scratchpad dependency from modules git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1892795 13f79535-47bb-0310-9956-ffa450edef68 --- poi-excelant/build.gradle | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'poi-excelant/build.gradle') diff --git a/poi-excelant/build.gradle b/poi-excelant/build.gradle index ee7cd664c0..e22a80f1f2 100644 --- a/poi-excelant/build.gradle +++ b/poi-excelant/build.gradle @@ -38,14 +38,13 @@ dependencies { api 'org.apache.ant:ant:1.10.9' api project(':poi-ooxml') - api project(':poi-scratchpad') api project(path: ':poi-ooxml', configuration: 'archives') - api project(path: ':poi-scratchpad', configuration: 'archives') testImplementation project(path: ':poi-ooxml-lite-agent', configuration: 'archives') testImplementation project(path: ':poi', configuration: 'tests') - testImplementation project(path: ':poi-ooxml', configuration: 'tests') - testImplementation project(path: ':poi-scratchpad', configuration: 'tests') + testImplementation(project(path: ':poi-ooxml', configuration: 'tests')) { + exclude group: 'org.apache.poi', module: 'poi-scratchpad' + } testImplementation 'com.google.guava:guava:30.0-jre' testImplementation 'org.apache.logging.log4j:log4j-slf4j-impl:2.14.1' } -- cgit v1.2.3