mirror of https://github.com/apache/poi.git
PoiLogManager
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1922063 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
b788812546
commit
799aef54fe
|
@ -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;
|
||||||
|
|
||||||
|
|
|
@ -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;
|
||||||
|
|
Loading…
Reference in New Issue