You are viewing a plain text version of this content. The canonical link for it is here.
Posted to ddlutils-dev@db.apache.org by mv...@apache.org on 2006/01/02 21:16:22 UTC

svn commit: r365420 - /db/ddlutils/trunk/pom.xml

Author: mvdb
Date: Mon Jan  2 12:16:11 2006
New Revision: 365420

URL: http://svn.apache.org/viewcvs?rev=365420&view=rev
Log:
Adding commons-codec as dependency

Modified:
    db/ddlutils/trunk/pom.xml

Modified: db/ddlutils/trunk/pom.xml
URL: http://svn.apache.org/viewcvs/db/ddlutils/trunk/pom.xml?rev=365420&r1=365419&r2=365420&view=diff
==============================================================================
--- db/ddlutils/trunk/pom.xml (original)
+++ db/ddlutils/trunk/pom.xml Mon Jan  2 12:16:11 2006
@@ -55,6 +55,11 @@
       <artifactId>dom4j</artifactId>
       <version>1.4</version>
     </dependency>
+    <dependency>
+      <groupId>commons-codec</groupId>
+      <artifactId>commons-codec</artifactId>
+      <version>1.3</version>
+    </dependency>
   </dependencies>
 
   <build>