changeset 760:19303187ae24

Change HttpComponents version to 4.1.2 The Eclipse client is not installable due to the new dependencies on Apache HttpClient 4.2.1, the latest version that Eclipse has available is 4.1.3. Rather than ship this dependency ourselves, this patch reduces the version requirement to 4.1.2. (4.1.3 was problematic because Maven pulled in an RC of HttpClient 4.1.3 whose manifest required HttpCore 4.1.4). Reviewed-by: jerboaa Review-thread: http://icedtea.classpath.org/pipermail/thermostat/2012-October/003994.html
author Elliott Baron <ebaron@redhat.com>
date Wed, 31 Oct 2012 10:27:59 -0400
parents a46da533768c
children 4d3eb8604ae1
files pom.xml
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/pom.xml	Wed Oct 31 14:40:03 2012 +0100
+++ b/pom.xml	Wed Oct 31 10:27:59 2012 -0400
@@ -86,7 +86,7 @@
     <felix.framework.version>4.0.2</felix.framework.version>
 
     <netty.version>3.2.4.Final</netty.version>
-    <httpcomponents.version>4.2.1</httpcomponents.version>
+    <httpcomponents.version>4.1.2</httpcomponents.version>
     <fileupload.version>1.2.2</fileupload.version>
   </properties>