batik 1.19

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1925441 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
PJ Fanning 2025-05-06 20:16:55 +00:00
parent e867e371be
commit a56b68476f
2 changed files with 2 additions and 2 deletions

View File

@ -111,7 +111,7 @@ module org.apache.poi.ooxml {
requires static org.apache.xmlgraphics.batik.transcoder;
requires static org.apache.xmlgraphics.batik.util;
requires static org.apache.xmlgraphics.batik.xml;
requires static xmlgraphics.commons;
requires static org.apache.xmlgraphics.commons;
requires static org.apache.pdfbox;
requires static org.apache.fontbox;

View File

@ -112,7 +112,7 @@ module org.apache.poi.ooxml {
requires static org.apache.xmlgraphics.batik.transcoder;
requires static org.apache.xmlgraphics.batik.util;
requires static org.apache.xmlgraphics.batik.xml;
requires static xmlgraphics.commons;
requires static org.apache.xmlgraphics.commons;
requires static org.apache.pdfbox;
requires static org.apache.fontbox;