PoiLogManager

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1922063 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
PJ Fanning 2024-11-24 21:02:58 +00:00
parent b788812546
commit 799aef54fe
2 changed files with 2 additions and 1 deletions

View File

@ -16,7 +16,6 @@
==================================================================== */ ==================================================================== */
module org.apache.poi.stress { module org.apache.poi.stress {
requires transitive org.apache.poi.poi;
requires org.junit.jupiter.api; requires org.junit.jupiter.api;
requires org.junit.jupiter.params; requires org.junit.jupiter.params;
requires net.bytebuddy; requires net.bytebuddy;
@ -24,6 +23,7 @@ module org.apache.poi.stress {
requires org.apache.commons.collections4; requires org.apache.commons.collections4;
requires org.apache.commons.io; requires org.apache.commons.io;
requires transitive org.apache.poi.poi;
requires org.apache.poi.examples; requires org.apache.poi.examples;
requires org.apache.poi.scratchpad; requires org.apache.poi.scratchpad;

View File

@ -67,6 +67,7 @@ module org.apache.poi.poi {
exports org.apache.poi.hssf.usermodel; exports org.apache.poi.hssf.usermodel;
exports org.apache.poi.hssf.usermodel.helpers; exports org.apache.poi.hssf.usermodel.helpers;
exports org.apache.poi.hssf.util; exports org.apache.poi.hssf.util;
exports org.apache.poi.logging;
exports org.apache.poi.poifs.common; exports org.apache.poi.poifs.common;
exports org.apache.poi.poifs.crypt; exports org.apache.poi.poifs.crypt;
exports org.apache.poi.poifs.crypt.agile; exports org.apache.poi.poifs.crypt.agile;