]> source.dussan.org Git - poi.git/commitdiff
add commons-codec to maven-pom
authorMaxim Valyanskiy <maxcom@apache.org>
Fri, 13 May 2011 08:29:27 +0000 (08:29 +0000)
committerMaxim Valyanskiy <maxcom@apache.org>
Fri, 13 May 2011 08:29:27 +0000 (08:29 +0000)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1102603 13f79535-47bb-0310-9956-ffa450edef68

maven/poi.pom

index 9a045912381fe73694f4894e4869c9fbdc41577e..69a887e21d5a9de6adaa116a30dbb0a6591574ae 100644 (file)
       <scope>runtime</scope>
       <optional>true</optional>
     </dependency>
+    <dependency>
+      <groupId>commons-codec</groupId>
+      <artifactId>commons-codec</artifactId>
+      <version>1.5</version>
+    </dependency>
   </dependencies>
 
 </project>