Browse Source

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
tags/REL_5_1_0
PJ Fanning 2 years ago
parent
commit
75c488a30a
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      poi-ooxml/src/main/java9/module-info.java

+ 1
- 0
poi-ooxml/src/main/java9/module-info.java 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;

Loading…
Cancel
Save