You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@gump.apache.org by st...@apache.org on 2007/07/30 13:23:39 UTC

svn commit: r560924 - /gump/metadata/project/ivy.xml

Author: stevel
Date: Mon Jul 30 04:23:36 2007
New Revision: 560924

URL: http://svn.apache.org/viewvc?view=rev&rev=560924
Log:
fixing a java.lang.NoClassDefFoundError: org/apache/commons/codec/DecoderException in ivy. If you depend on commons-httplclient, you need the codecs

Modified:
    gump/metadata/project/ivy.xml

Modified: gump/metadata/project/ivy.xml
URL: http://svn.apache.org/viewvc/gump/metadata/project/ivy.xml?view=diff&rev=560924&r1=560923&r2=560924
==============================================================================
--- gump/metadata/project/ivy.xml (original)
+++ gump/metadata/project/ivy.xml Mon Jul 30 04:23:36 2007
@@ -36,6 +36,8 @@
     </ant>
     <depend project="ant" inherit="runtime" runtime="false" />
     <depend project="commons-httpclient" runtime="true" />
+    <!--this is needed as http client likes it-->
+    <depend project="commons-codec" runtime="true"/>
     <depend project="commons-cli" runtime="true" />
     <depend project="jakarta-oro" runtime="true" />
     <depend project="commons-vfs" runtime="true" />