diff options
author | PJ Fanning <fanningpj@apache.org> | 2021-07-07 13:28:33 +0000 |
---|---|---|
committer | PJ Fanning <fanningpj@apache.org> | 2021-07-07 13:28:33 +0000 |
commit | d7d18d90935bdcb7bfd4eb26c736ae56b280f6c1 (patch) | |
tree | acc08db5f56abef8210560c97eb9dc74c86a2f91 /poi-ooxml | |
parent | af7e0d4fba152b4cb828a2fa7778f9540c9c1471 (diff) | |
download | poi-d7d18d90935bdcb7bfd4eb26c736ae56b280f6c1.tar.gz poi-d7d18d90935bdcb7bfd4eb26c736ae56b280f6c1.zip |
add commons-compress to module-info
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1891362 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'poi-ooxml')
-rw-r--r-- | poi-ooxml/src/main/java9/module-info.java | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/poi-ooxml/src/main/java9/module-info.java b/poi-ooxml/src/main/java9/module-info.java index 317a9d9ca9..151948597d 100644 --- a/poi-ooxml/src/main/java9/module-info.java +++ b/poi-ooxml/src/main/java9/module-info.java @@ -21,6 +21,8 @@ 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.compress; + requires org.apache.commons.io; requires commons.math3; requires SparseBitSet; requires org.apache.logging.log4j; |