diff options
author | Andreas Beeker <kiwiwings@apache.org> | 2021-09-01 22:32:48 +0000 |
---|---|---|
committer | Andreas Beeker <kiwiwings@apache.org> | 2021-09-01 22:32:48 +0000 |
commit | 5c6493a5fc76f2e11441d39af05e3f3208283896 (patch) | |
tree | a6e806672bf04201688e641e10a23ca9d712ef18 /poi-excelant/src/main | |
parent | 7adf9c26b799f1323f77a5c80f463b5fe2a7f2a6 (diff) | |
download | poi-5c6493a5fc76f2e11441d39af05e3f3208283896.tar.gz poi-5c6493a5fc76f2e11441d39af05e3f3208283896.zip |
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
Diffstat (limited to 'poi-excelant/src/main')
-rw-r--r-- | poi-excelant/src/main/java9/module-info.java | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/poi-excelant/src/main/java9/module-info.java b/poi-excelant/src/main/java9/module-info.java index 43b64560a7..743b172ad1 100644 --- a/poi-excelant/src/main/java9/module-info.java +++ b/poi-excelant/src/main/java9/module-info.java @@ -19,7 +19,6 @@ module org.apache.poi.excelant { requires ant; requires org.apache.poi.ooxml; - requires org.apache.poi.scratchpad; exports org.apache.poi.ss.excelant; exports org.apache.poi.ss.excelant.util; |