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:
PJ Fanning 2021-08-28 13:05:17 +00:00
parent 315beed17c
commit 75c488a30a
1 changed files with 1 additions and 0 deletions

View File

@ -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;