You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@wookie.apache.org by sc...@apache.org on 2011/10/12 11:58:16 UTC

svn commit: r1182294 - /incubator/wookie/trunk/ivy.xml

Author: scottbw
Date: Wed Oct 12 09:58:16 2011
New Revision: 1182294

URL: http://svn.apache.org/viewvc?rev=1182294&view=rev
Log:
Updated HttpClient dependency to v 3.1, this removes the unecessary transitive dependency on Junit 3.8.1. See WOOKIE-257

Modified:
    incubator/wookie/trunk/ivy.xml

Modified: incubator/wookie/trunk/ivy.xml
URL: http://svn.apache.org/viewvc/incubator/wookie/trunk/ivy.xml?rev=1182294&r1=1182293&r2=1182294&view=diff
==============================================================================
--- incubator/wookie/trunk/ivy.xml (original)
+++ incubator/wookie/trunk/ivy.xml Wed Oct 12 09:58:16 2011
@@ -50,7 +50,7 @@
         </dependency>
         <dependency org="commons-fileupload" name="commons-fileupload" rev="1.2.1" conf="deploy->default">
         </dependency>
-        <dependency org="commons-httpclient" name="commons-httpclient" rev="3.0.1" conf="deploy->default">
+        <dependency org="commons-httpclient" name="commons-httpclient" rev="3.1" conf="deploy->default">
         </dependency>
         <dependency org="commons-lang" name="commons-lang" rev="2.4" conf="deploy->default">
         </dependency>