Author: maxcom
Date: Fri May 13 08:29:27 2011
New Revision: 1102603
URL: http://svn.apache.org/viewvc?rev=1102603&view=rev
Log:
add commons-codec to maven-pom
Modified:
poi/trunk/maven/poi.pom
Modified: poi/trunk/maven/poi.pom
URL:
http://svn.apache.org/viewvc/poi/trunk/maven/poi.pom?rev=1102603&r1=1102602&r2=1102603&view=diff
==============================================================================
--- poi/trunk/maven/poi.pom (original)
+++ poi/trunk/maven/poi.pom Fri May 13 08:29:27 2011
@@ -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>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]