diff options
author | Andreas Beeker <kiwiwings@apache.org> | 2021-05-14 00:37:50 +0000 |
---|---|---|
committer | Andreas Beeker <kiwiwings@apache.org> | 2021-05-14 00:37:50 +0000 |
commit | 0614835c55f44ab6f3e9b0850ca51e0e53a65a49 (patch) | |
tree | 586c68c89edb0978a441facf0066ff56d84fa2c7 /osgi/README.md | |
parent | fe753d473788fc24030d7066654c56c33fff23b5 (diff) | |
download | poi-0614835c55f44ab6f3e9b0850ca51e0e53a65a49.tar.gz poi-0614835c55f44ab6f3e9b0850ca51e0e53a65a49.zip |
#65304 - Add commons-io as a dependency
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1889871 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'osgi/README.md')
-rw-r--r-- | osgi/README.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/osgi/README.md b/osgi/README.md index 01bbc68f49..f241dc973b 100644 --- a/osgi/README.md +++ b/osgi/README.md @@ -9,6 +9,7 @@ The bundle embeds all the jars from lib/main: - SparseBitSet - curvesapi - commons-math3 +- commons-io - commons-compress - commons-collections4 - commons-codec |