aboutsummaryrefslogtreecommitdiffstats
path: root/maven
diff options
context:
space:
mode:
authorPJ Fanning <fanningpj@apache.org>2021-07-06 16:47:59 +0000
committerPJ Fanning <fanningpj@apache.org>2021-07-06 16:47:59 +0000
commit6c1bd2816814705917e7d62ce3e708faf29b0bf6 (patch)
tree7ac95c7ff3af5ef5f602a72ac5118975a269afb4 /maven
parenta01600e60599ee23c9639cbef98ea70cdec90293 (diff)
downloadpoi-6c1bd2816814705917e7d62ce3e708faf29b0bf6.tar.gz
poi-6c1bd2816814705917e7d62ce3e708faf29b0bf6.zip
add explicit commons-io dependency to poi-ooxml. This closes #237
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1891320 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'maven')
-rw-r--r--maven/poi-ooxml.pom5
1 files changed, 5 insertions, 0 deletions
diff --git a/maven/poi-ooxml.pom b/maven/poi-ooxml.pom
index a11cdf5a28..f6e5ef2e31 100644
--- a/maven/poi-ooxml.pom
+++ b/maven/poi-ooxml.pom
@@ -72,6 +72,11 @@
<version>1.20</version>
</dependency>
<dependency>
+ <groupId>commons-io</groupId>
+ <artifactId>commons-io</artifactId>
+ <version>2.10.0</version>
+ </dependency>
+ <dependency>
<groupId>com.github.virtuald</groupId>
<artifactId>curvesapi</artifactId>
<version>1.06</version>