You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@manifoldcf.apache.org by kw...@apache.org on 2012/06/27 00:40:16 UTC

svn commit: r1354279 - /manifoldcf/integration/solr-3.x/trunk/mcf/ivy.xml

Author: kwright
Date: Tue Jun 26 22:40:15 2012
New Revision: 1354279

URL: http://svn.apache.org/viewvc?rev=1354279&view=rev
Log:
Update dependencies to include httpclient 3.1

Modified:
    manifoldcf/integration/solr-3.x/trunk/mcf/ivy.xml

Modified: manifoldcf/integration/solr-3.x/trunk/mcf/ivy.xml
URL: http://svn.apache.org/viewvc/manifoldcf/integration/solr-3.x/trunk/mcf/ivy.xml?rev=1354279&r1=1354278&r2=1354279&view=diff
==============================================================================
--- manifoldcf/integration/solr-3.x/trunk/mcf/ivy.xml (original)
+++ manifoldcf/integration/solr-3.x/trunk/mcf/ivy.xml Tue Jun 26 22:40:15 2012
@@ -24,6 +24,7 @@
       <dependency org="org.apache.httpcomponents" name="httpcore" rev="4.1.4" transitive="false"/>
       <dependency org="org.apache.httpcomponents" name="httpclient" rev="4.1.3" transitive="false"/>
       <dependency org="org.apache.httpcomponents" name="httpmime" rev="4.1.3" transitive="false"/>
+      <dependency org="commons-httpclient" name="commons-httpclient" rev="3.1" transitive="false"/>
       <dependency org="org.slf4j" name="slf4j-api" rev="1.6.1" transitive="false"/>
       <dependency org="commons-io" name="commons-io" rev="2.1" transitive="false"/>
       <dependency org="commons-lang" name="commons-lang" rev="2.6" transitive="false"/>