You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@thrift.apache.org by jf...@apache.org on 2012/09/13 03:43:12 UTC

svn commit: r1384182 - /thrift/trunk/lib/java/build.xml

Author: jfarrell
Date: Thu Sep 13 01:43:10 2012
New Revision: 1384182

URL: http://svn.apache.org/viewvc?rev=1384182&view=rev
Log:
Thrift-1693:libthrift has dependency on two different versions of httpcore
Client: java
Patch: Jake Farrell

Update version of httpclient to match httpcore in use in java lib.


Modified:
    thrift/trunk/lib/java/build.xml

Modified: thrift/trunk/lib/java/build.xml
URL: http://svn.apache.org/viewvc/thrift/trunk/lib/java/build.xml?rev=1384182&r1=1384181&r2=1384182&view=diff
==============================================================================
--- thrift/trunk/lib/java/build.xml (original)
+++ thrift/trunk/lib/java/build.xml Thu Sep 13 01:43:10 2012
@@ -309,7 +309,7 @@
       <dependency groupId="org.slf4j" artifactId="slf4j-api" version="1.5.8"/>
       <dependency groupId="commons-lang" artifactId="commons-lang" version="2.5"/>
       <dependency groupId="javax.servlet" artifactId="servlet-api" version="2.5" scope="provided"/>
-      <dependency groupId="org.apache.httpcomponents" artifactId="httpclient" version="4.1.2"/>      
+      <dependency groupId="org.apache.httpcomponents" artifactId="httpclient" version="4.1.3"/>      
       <dependency groupId="org.apache.httpcomponents" artifactId="httpcore" version="4.1.3"/>
     </artifact:pom>