add commons-codec to maven-pom

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1102603 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Maxim Valyanskiy 2011-05-13 08:29:27 +00:00
parent 26ea0d987d
commit 08f35b2ad5
1 changed files with 5 additions and 0 deletions

View File

@ -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>