Browse Source

add slf4j dependency

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1884603 13f79535-47bb-0310-9956-ffa450edef68
tags/before_junit5_update
PJ Fanning 3 years ago
parent
commit
dc2fa9b635
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      src/multimodule/poi/java9/module-info.java

+ 1
- 0
src/multimodule/poi/java9/module-info.java View File

@@ -21,6 +21,7 @@ module org.apache.poi.poi {
requires commons.math3;
requires SparseBitSet;
requires commons.logging;
requires org.slf4j;
requires java.logging;
requires java.desktop;


Loading…
Cancel
Save