Upgrade HttpClient version
--------------------------
Key: DROIDS-64
URL: https://issues.apache.org/jira/browse/DROIDS-64
Project: Droids
Issue Type: Improvement
Components: core
Affects Versions: 0.01
Reporter: Javier Puerto
Priority: Minor
Upgraded the version from beta to stable. Like the author proposed in the page
of the project: http://hc.apache.org/httpcomponents-client/download.html
Index: pom.xml
===================================================================
--- pom.xml (revision 810841)
+++ pom.xml (working copy)
@@ -54,6 +54,7 @@
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpclient</artifactId>
+ <version>4.0</version>
</dependency>
<dependency>
<groupId>nekohtml</groupId>
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.