aboutsummaryrefslogtreecommitdiffstats
path: root/maven/poi.pom
diff options
context:
space:
mode:
authorMaxim Valyanskiy <maxcom@apache.org>2011-05-13 08:29:27 +0000
committerMaxim Valyanskiy <maxcom@apache.org>2011-05-13 08:29:27 +0000
commit66cb858ae5bab08ad0f2d2ebdbf1fb376f280ce2 (patch)
treef074c245fc4272829b4d6583761556b0ade00b9c /maven/poi.pom
parent8038e149d6ac875de2bafb989e1c8ea6538d536a (diff)
downloadpoi-66cb858ae5bab08ad0f2d2ebdbf1fb376f280ce2.tar.gz
poi-66cb858ae5bab08ad0f2d2ebdbf1fb376f280ce2.zip
add commons-codec to maven-pom
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1102603 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'maven/poi.pom')
-rw-r--r--maven/poi.pom5
1 files changed, 5 insertions, 0 deletions
diff --git a/maven/poi.pom b/maven/poi.pom
index 9a04591238..69a887e21d 100644
--- a/maven/poi.pom
+++ b/maven/poi.pom
@@ -73,6 +73,11 @@
<scope>runtime</scope>
<optional>true</optional>
</dependency>
+ <dependency>
+ <groupId>commons-codec</groupId>
+ <artifactId>commons-codec</artifactId>
+ <version>1.5</version>
+ </dependency>
</dependencies>
</project>