diff options
author | PJ Fanning <fanningpj@apache.org> | 2020-12-19 19:45:09 +0000 |
---|---|---|
committer | PJ Fanning <fanningpj@apache.org> | 2020-12-19 19:45:09 +0000 |
commit | d20fa4430554760967f193cafc3e1a07fb28ced0 (patch) | |
tree | 7c5f7e90a1cd67c0b757f792e4026f11fcbb3721 /src/multimodule | |
parent | 8ff37c2a8a5a145574ddbfa3f400c6514f81ce02 (diff) | |
download | poi-d20fa4430554760967f193cafc3e1a07fb28ced0.tar.gz poi-d20fa4430554760967f193cafc3e1a07fb28ced0.zip |
[github-198] Remove jdk.charset module dependency for spreadsheets generation. Thanks to Robert Marcano. This closes #198
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1884631 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'src/multimodule')
-rw-r--r-- | src/multimodule/scratchpad/test9/module-info.class | bin | 2652 -> 2690 bytes | |||
-rw-r--r-- | src/multimodule/scratchpad/test9/module-info.java | 1 |
2 files changed, 1 insertions, 0 deletions
diff --git a/src/multimodule/scratchpad/test9/module-info.class b/src/multimodule/scratchpad/test9/module-info.class Binary files differindex cfda7bb495..e74671e4fb 100644 --- a/src/multimodule/scratchpad/test9/module-info.class +++ b/src/multimodule/scratchpad/test9/module-info.class diff --git a/src/multimodule/scratchpad/test9/module-info.java b/src/multimodule/scratchpad/test9/module-info.java index 9d406fd36e..2aaef57a0a 100644 --- a/src/multimodule/scratchpad/test9/module-info.java +++ b/src/multimodule/scratchpad/test9/module-info.java @@ -82,6 +82,7 @@ module org.apache.poi.scratchpad { exports org.apache.poi.hemf.hemfplus.extractor to junit; exports org.apache.poi.hslf to junit; exports org.apache.poi.hwmf to junit; + exports org.apache.poi.hwpf.util to junit; opens org.apache.poi.hwpf.model to org.mockito; opens org.apache.poi.hwpf.model.types to org.mockito; |