]> source.dussan.org Git - poi.git/commitdiff
commons-io 2.14.0
authorPJ Fanning <fanningpj@apache.org>
Sun, 1 Oct 2023 01:16:08 +0000 (01:16 +0000)
committerPJ Fanning <fanningpj@apache.org>
Sun, 1 Oct 2023 01:16:08 +0000 (01:16 +0000)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1912637 13f79535-47bb-0310-9956-ffa450edef68

poi-ooxml/src/test/java9/module-info.java
poi/src/test/java9/module-info.java

index 3d7eb6d212b48d4cbe6675f1b51d6b9fcbbdc91f..ce3df2f039b5b7c0d0c2a22ec783423ab23ef186 100644 (file)
@@ -21,6 +21,7 @@ module org.apache.poi.ooxml {
     requires transitive org.apache.poi.ooxml.schemas;
     requires org.apache.commons.collections4;
     requires org.apache.commons.codec;
+    requires org.apache.commons.io;
     requires commons.math3;
     requires com.zaxxer.sparsebitset;
     requires org.apache.logging.log4j;
index 55c3b22aee51424738fdaabde7853dbb58a8ed1e..144f449872a0b1a47ff6521d0971ee9045749bc2 100644 (file)
@@ -18,6 +18,7 @@
 module org.apache.poi.poi {
     requires org.apache.commons.collections4;
     requires org.apache.commons.codec;
+    requires org.apache.commons.io;
     requires commons.math3;
     requires com.zaxxer.sparsebitset;
     requires org.apache.logging.log4j;