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

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

index b5c8d064a0ac452a4732ef47915b9956094acdbd..35b2d46b1f63daabf352ba5d9a9629ded192e68e 100644 (file)
@@ -23,6 +23,7 @@ module org.apache.poi.stress {
     requires java.desktop;
 
     requires org.apache.commons.collections4;
+    requires org.apache.commons.io;
     requires org.apache.poi.examples;
     requires org.apache.poi.scratchpad;