]> source.dussan.org Git - poi.git/commitdiff
try to fix poi-scratchpad test module-info
authorPJ Fanning <fanningpj@apache.org>
Sat, 10 Feb 2024 01:27:06 +0000 (01:27 +0000)
committerPJ Fanning <fanningpj@apache.org>
Sat, 10 Feb 2024 01:27:06 +0000 (01:27 +0000)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1915701 13f79535-47bb-0310-9956-ffa450edef68

poi-scratchpad/src/test/java9/module-info.java

index 928263f64afa165e01166eac5dbcd0a1de03cb0b..35dbc01a3e9098f10a7ecb40bb5032e7ca179a27 100644 (file)
@@ -20,6 +20,7 @@ module org.apache.poi.scratchpad {
     requires java.desktop;
     requires commons.math3;
     requires org.apache.commons.io;
+    requires org.apache.commons.codec;
     requires org.apache.logging.log4j;
 
     uses org.apache.poi.sl.usermodel.MetroShapeProvider;