mirror of https://github.com/apache/poi.git
add commons-compress to module-info
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1891362 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
af7e0d4fba
commit
d7d18d9093
|
@ -21,6 +21,8 @@ module org.apache.poi.ooxml {
|
||||||
requires transitive org.apache.poi.ooxml.schemas;
|
requires transitive org.apache.poi.ooxml.schemas;
|
||||||
requires org.apache.commons.collections4;
|
requires org.apache.commons.collections4;
|
||||||
requires org.apache.commons.codec;
|
requires org.apache.commons.codec;
|
||||||
|
requires org.apache.commons.compress;
|
||||||
|
requires org.apache.commons.io;
|
||||||
requires commons.math3;
|
requires commons.math3;
|
||||||
requires SparseBitSet;
|
requires SparseBitSet;
|
||||||
requires org.apache.logging.log4j;
|
requires org.apache.logging.log4j;
|
||||||
|
|
|
@ -19,6 +19,7 @@ module org.apache.poi.scratchpad {
|
||||||
requires transitive org.apache.poi.poi;
|
requires transitive org.apache.poi.poi;
|
||||||
requires java.desktop;
|
requires java.desktop;
|
||||||
requires commons.math3;
|
requires commons.math3;
|
||||||
|
requires org.apache.commons.io;
|
||||||
requires org.apache.logging.log4j;
|
requires org.apache.logging.log4j;
|
||||||
|
|
||||||
provides org.apache.poi.extractor.ExtractorProvider with org.apache.poi.extractor.ole2.OLE2ScratchpadExtractorFactory;
|
provides org.apache.poi.extractor.ExtractorProvider with org.apache.poi.extractor.ole2.OLE2ScratchpadExtractorFactory;
|
||||||
|
|
Loading…
Reference in New Issue