You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@abdera.apache.org by ug...@apache.org on 2009/06/01 16:31:58 UTC

svn commit: r780661 - /abdera/java/trunk/dependencies/i18n/pom.xml

Author: ugo
Date: Mon Jun  1 14:31:58 2009
New Revision: 780661

URL: http://svn.apache.org/viewvc?rev=780661&view=rev
Log:
Added dependency on commons-codec for i18n build

Modified:
    abdera/java/trunk/dependencies/i18n/pom.xml

Modified: abdera/java/trunk/dependencies/i18n/pom.xml
URL: http://svn.apache.org/viewvc/abdera/java/trunk/dependencies/i18n/pom.xml?rev=780661&r1=780660&r2=780661&view=diff
==============================================================================
--- abdera/java/trunk/dependencies/i18n/pom.xml (original)
+++ abdera/java/trunk/dependencies/i18n/pom.xml Mon Jun  1 14:31:58 2009
@@ -28,6 +28,10 @@
       <version>1.1</version>
       <scope>compile</scope>
     </dependency>
+    <dependency>
+      <groupId>commons-codec</groupId>
+      <artifactId>commons-codec</artifactId>
+    </dependency>
   </dependencies>
 
 </project>
\ No newline at end of file