You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by fe...@apache.org on 2006/04/13 05:18:52 UTC

svn commit: r393698 - /jakarta/commons/proper/jelly/trunk/jelly-tags/jetty/project.xml

Author: felipeal
Date: Wed Apr 12 20:18:50 2006
New Revision: 393698

URL: http://svn.apache.org/viewcvs?rev=393698&view=rev
Log:
added missing commons-codec dependency (tests were failing without it)

Modified:
    jakarta/commons/proper/jelly/trunk/jelly-tags/jetty/project.xml

Modified: jakarta/commons/proper/jelly/trunk/jelly-tags/jetty/project.xml
URL: http://svn.apache.org/viewcvs/jakarta/commons/proper/jelly/trunk/jelly-tags/jetty/project.xml?rev=393698&r1=393697&r2=393698&view=diff
==============================================================================
--- jakarta/commons/proper/jelly/trunk/jelly-tags/jetty/project.xml (original)
+++ jakarta/commons/proper/jelly/trunk/jelly-tags/jetty/project.xml Wed Apr 12 20:18:50 2006
@@ -98,5 +98,12 @@
     </dependency>
     <!-- END for runtime -->
 
+<!-- PS (felipeal: I'm not sure if dependency below is runtime or test only -->
+    <dependency>
+      <groupId>commons-codec</groupId>
+      <artifactId>commons-codec</artifactId>
+      <version>1.3</version>
+    </dependency>
+
   </dependencies>
 </project>



---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org