mirror of
https://github.com/apache/poi.git
synced 2026-02-27 20:40:08 +08:00
commons-compress is needed in ooxml-test for running tests via Ant
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1914707 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
ffc4795258
commit
399e99630c
@ -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.compress;
|
||||
requires org.apache.commons.io;
|
||||
requires commons.math3;
|
||||
requires com.zaxxer.sparsebitset;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user