mirror of
https://github.com/apache/poi.git
synced 2026-02-27 20:40:08 +08:00
module-info (commons-collections)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1925237 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
f9e692aa5d
commit
82aac8561f
@ -21,6 +21,7 @@ module org.apache.poi.scratchpad {
|
||||
requires commons.math3;
|
||||
requires org.apache.commons.io;
|
||||
requires org.apache.commons.codec;
|
||||
requires org.apache.commons.collections4;
|
||||
requires org.apache.logging.log4j;
|
||||
|
||||
uses org.apache.poi.sl.usermodel.MetroShapeProvider;
|
||||
|
||||
@ -21,6 +21,7 @@ module org.apache.poi.scratchpad {
|
||||
requires commons.math3;
|
||||
requires org.apache.commons.io;
|
||||
requires org.apache.commons.codec;
|
||||
requires org.apache.commons.collections4;
|
||||
requires org.apache.logging.log4j;
|
||||
|
||||
uses org.apache.poi.sl.usermodel.MetroShapeProvider;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user