mirror of https://github.com/apache/poi.git
try to fix poi-scratchpad test module-info
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1915701 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
3b7a01b804
commit
6a8994ee0e
|
@ -20,6 +20,7 @@ module org.apache.poi.scratchpad {
|
||||||
requires java.desktop;
|
requires java.desktop;
|
||||||
requires commons.math3;
|
requires commons.math3;
|
||||||
requires org.apache.commons.io;
|
requires org.apache.commons.io;
|
||||||
|
requires org.apache.commons.codec;
|
||||||
requires org.apache.logging.log4j;
|
requires org.apache.logging.log4j;
|
||||||
|
|
||||||
uses org.apache.poi.sl.usermodel.MetroShapeProvider;
|
uses org.apache.poi.sl.usermodel.MetroShapeProvider;
|
||||||
|
|
Loading…
Reference in New Issue