aboutsummaryrefslogtreecommitdiffstats
path: root/src/multimodule/scratchpad
diff options
context:
space:
mode:
Diffstat (limited to 'src/multimodule/scratchpad')
-rw-r--r--src/multimodule/scratchpad/test9/module-info.classbin2782 -> 3194 bytes
-rw-r--r--src/multimodule/scratchpad/test9/module-info.java57
2 files changed, 55 insertions, 2 deletions
diff --git a/src/multimodule/scratchpad/test9/module-info.class b/src/multimodule/scratchpad/test9/module-info.class
index 2bc8390055..23510c2080 100644
--- a/src/multimodule/scratchpad/test9/module-info.class
+++ b/src/multimodule/scratchpad/test9/module-info.class
Binary files differ
diff --git a/src/multimodule/scratchpad/test9/module-info.java b/src/multimodule/scratchpad/test9/module-info.java
index e3472062ea..67fee95b8b 100644
--- a/src/multimodule/scratchpad/test9/module-info.java
+++ b/src/multimodule/scratchpad/test9/module-info.java
@@ -85,6 +85,59 @@ module org.apache.poi.scratchpad {
exports org.apache.poi.hwmf to org.junit.platform.commons;
exports org.apache.poi.hwpf.util to org.junit.platform.commons;
- opens org.apache.poi.hwpf.model to org.mockito;
- opens org.apache.poi.hwpf.model.types to org.mockito;
+ opens org.apache.poi.hwpf.model to org.mockito, org.junit.platform.commons;
+ opens org.apache.poi.hwpf.model.types to org.mockito, org.junit.platform.commons;
+
+ opens org.apache.poi.hmef to org.junit.platform.commons;
+ opens org.apache.poi.hmef.dev to org.junit.platform.commons;
+ opens org.apache.poi.hmef.extractor to org.junit.platform.commons;
+ opens org.apache.poi.hmef.attribute to org.junit.platform.commons;
+ opens org.apache.poi.hdgf to org.junit.platform.commons;
+ opens org.apache.poi.hdgf.dev to org.junit.platform.commons;
+ opens org.apache.poi.hdgf.streams to org.junit.platform.commons;
+ opens org.apache.poi.hdgf.extractor to org.junit.platform.commons;
+ opens org.apache.poi.hdgf.pointers to org.junit.platform.commons;
+ opens org.apache.poi.hdgf.exceptions to org.junit.platform.commons;
+ opens org.apache.poi.hdgf.chunks to org.junit.platform.commons;
+ opens org.apache.poi.hwpf to org.junit.platform.commons;
+ opens org.apache.poi.hwpf.dev to org.junit.platform.commons;
+ opens org.apache.poi.hwpf.sprm to org.junit.platform.commons;
+ opens org.apache.poi.hwpf.converter to org.junit.platform.commons;
+ opens org.apache.poi.hwpf.extractor to org.junit.platform.commons;
+ opens org.apache.poi.hwpf.usermodel to org.junit.platform.commons;
+ opens org.apache.poi.hwpf.model.io to org.junit.platform.commons;
+ opens org.apache.poi.hwpf.util to org.junit.platform.commons;
+ opens org.apache.poi.hwmf to org.junit.platform.commons;
+ opens org.apache.poi.hwmf.record to org.junit.platform.commons;
+ opens org.apache.poi.hwmf.draw to org.junit.platform.commons;
+ opens org.apache.poi.hwmf.usermodel to org.junit.platform.commons;
+ opens org.apache.poi.extractor.ole2 to org.junit.platform.commons;
+ opens org.apache.poi.hpbf to org.junit.platform.commons;
+ opens org.apache.poi.hpbf.dev to org.junit.platform.commons;
+ opens org.apache.poi.hpbf.extractor to org.junit.platform.commons;
+ opens org.apache.poi.hpbf.model to org.junit.platform.commons;
+ opens org.apache.poi.hpbf.model.qcbits to org.junit.platform.commons;
+ opens org.apache.poi.hslf to org.junit.platform.commons;
+ opens org.apache.poi.hslf.dev to org.junit.platform.commons;
+ opens org.apache.poi.hslf.record to org.junit.platform.commons;
+ opens org.apache.poi.hslf.extractor to org.junit.platform.commons;
+ opens org.apache.poi.hslf.exceptions to org.junit.platform.commons;
+ opens org.apache.poi.hslf.usermodel to org.junit.platform.commons;
+ opens org.apache.poi.hslf.blip to org.junit.platform.commons;
+ opens org.apache.poi.hslf.model to org.junit.platform.commons;
+ opens org.apache.poi.hslf.model.textproperties to org.junit.platform.commons;
+ opens org.apache.poi.hslf.util to org.junit.platform.commons;
+ opens org.apache.poi.hssf.converter to org.junit.platform.commons;
+ opens org.apache.poi.hsmf to org.junit.platform.commons;
+ opens org.apache.poi.hsmf.dev to org.junit.platform.commons;
+ opens org.apache.poi.hsmf.datatypes to org.junit.platform.commons;
+ opens org.apache.poi.hsmf.extractor to org.junit.platform.commons;
+ opens org.apache.poi.hsmf.exceptions to org.junit.platform.commons;
+ opens org.apache.poi.hsmf.parsers to org.junit.platform.commons;
+ opens org.apache.poi.hemf.record.emf to org.junit.platform.commons;
+ opens org.apache.poi.hemf.record.emfplus to org.junit.platform.commons;
+ opens org.apache.poi.hemf.hemfplus.extractor to org.junit.platform.commons;
+ opens org.apache.poi.hemf.draw to org.junit.platform.commons;
+ opens org.apache.poi.hemf.usermodel to org.junit.platform.commons;
+
} \ No newline at end of file