aboutsummaryrefslogtreecommitdiffstats
path: root/sonar/ooxml
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 /sonar/ooxml
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 'sonar/ooxml')
-rw-r--r--sonar/ooxml/pom.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/sonar/ooxml/pom.xml b/sonar/ooxml/pom.xml
index 0157ce5e97..343df0bcd8 100644
--- a/sonar/ooxml/pom.xml
+++ b/sonar/ooxml/pom.xml
@@ -152,6 +152,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>