mirror of https://github.com/apache/poi.git
try to fix java 11 compile issue about org.w3c.dom.css classes
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1892677 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
315beed17c
commit
75c488a30a
|
@ -29,6 +29,7 @@ module org.apache.poi.ooxml {
|
|||
requires java.logging;
|
||||
requires java.desktop;
|
||||
requires java.security.jgss;
|
||||
requires jdk.xml.dom;
|
||||
|
||||
provides org.apache.poi.extractor.ExtractorProvider with org.apache.poi.ooxml.extractor.POIXMLExtractorFactory;
|
||||
provides org.apache.poi.ss.usermodel.WorkbookProvider with org.apache.poi.xssf.usermodel.XSSFWorkbookFactory;
|
||||
|
|
Loading…
Reference in New Issue