Skip to content

Commit

Permalink
PoiLogManager
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1922063 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
pjfanning committed Nov 24, 2024
1 parent b788812 commit 799aef5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion poi-integration/src/test/java9/module-info.java
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,14 @@ Licensed to the Apache Software Foundation (ASF) under one or more
==================================================================== */

module org.apache.poi.stress {
requires transitive org.apache.poi.poi;
requires org.junit.jupiter.api;
requires org.junit.jupiter.params;
requires net.bytebuddy;
requires java.desktop;

requires org.apache.commons.collections4;
requires org.apache.commons.io;
requires transitive org.apache.poi.poi;
requires org.apache.poi.examples;
requires org.apache.poi.scratchpad;

Expand Down
1 change: 1 addition & 0 deletions poi/src/test/java9/module-info.java
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ Licensed to the Apache Software Foundation (ASF) under one or more
exports org.apache.poi.hssf.usermodel;
exports org.apache.poi.hssf.usermodel.helpers;
exports org.apache.poi.hssf.util;
exports org.apache.poi.logging;
exports org.apache.poi.poifs.common;
exports org.apache.poi.poifs.crypt;
exports org.apache.poi.poifs.crypt.agile;
Expand Down

0 comments on commit 799aef5

Please sign in to comment.