Skip to content

Commit

Permalink
commons-io 2.14.0
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1912637 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
pjfanning committed Oct 1, 2023
1 parent e720c27 commit 505ac31
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions poi-ooxml/src/test/java9/module-info.java
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ Licensed to the Apache Software Foundation (ASF) under one or more
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;
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 @@ -18,6 +18,7 @@ Licensed to the Apache Software Foundation (ASF) under one or more
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;
Expand Down

0 comments on commit 505ac31

Please sign in to comment.