Bläddra i källkod

add commons-compress to module-info

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1891362 13f79535-47bb-0310-9956-ffa450edef68
tags/REL_5_1_0
PJ Fanning 2 år sedan
förälder
incheckning
d7d18d9093

+ 2
- 0
poi-ooxml/src/main/java9/module-info.java Visa fil

@@ -21,6 +21,8 @@ module org.apache.poi.ooxml {
requires transitive org.apache.poi.ooxml.schemas;
requires org.apache.commons.collections4;
requires org.apache.commons.codec;
requires org.apache.commons.compress;
requires org.apache.commons.io;
requires commons.math3;
requires SparseBitSet;
requires org.apache.logging.log4j;

+ 1
- 0
poi-scratchpad/src/main/java9/module-info.java Visa fil

@@ -19,6 +19,7 @@ module org.apache.poi.scratchpad {
requires transitive org.apache.poi.poi;
requires java.desktop;
requires commons.math3;
requires org.apache.commons.io;
requires org.apache.logging.log4j;

provides org.apache.poi.extractor.ExtractorProvider with org.apache.poi.extractor.ole2.OLE2ScratchpadExtractorFactory;

Laddar…
Avbryt
Spara