SLIDER-1129 increment versions of httpclient/http core dependencies; move to 
test scope only


Project: http://git-wip-us.apache.org/repos/asf/incubator-slider/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-slider/commit/34f559a6
Tree: http://git-wip-us.apache.org/repos/asf/incubator-slider/tree/34f559a6
Diff: http://git-wip-us.apache.org/repos/asf/incubator-slider/diff/34f559a6

Branch: refs/heads/feature/SLIDER-1107_AM_config_generation
Commit: 34f559a6716e429da5eda8ad17aab970fb7d6641
Parents: 5c391cc
Author: Steve Loughran <ste...@apache.org>
Authored: Mon May 23 19:37:04 2016 +0100
Committer: Steve Loughran <ste...@apache.org>
Committed: Mon May 23 19:37:04 2016 +0100

----------------------------------------------------------------------
 pom.xml             | 5 +++--
 slider-core/pom.xml | 6 +-----
 2 files changed, 4 insertions(+), 7 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-slider/blob/34f559a6/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index b616e15..36f16c0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -154,7 +154,8 @@
     <gson.version>2.2.2</gson.version>
     <guice.version>3.0</guice.version>
     <httpclient.version>3.1</httpclient.version>
-    <httpclient4.version>4.2.5</httpclient4.version>
+    <httpclient4.version>4.5.2</httpclient4.version>
+    <httpcore.version>4.4.4</httpcore.version>
 
     <jackson.version>1.9.13</jackson.version>
     <jcommander.version>1.30</jcommander.version>
@@ -717,7 +718,7 @@
       <dependency>
         <groupId>org.apache.httpcomponents</groupId>
         <artifactId>httpcore</artifactId>
-        <version>${httpclient4.version}</version>
+        <version>${httpcore.version}</version>
       </dependency>
   
       <!-- ======================================================== -->

http://git-wip-us.apache.org/repos/asf/incubator-slider/blob/34f559a6/slider-core/pom.xml
----------------------------------------------------------------------
diff --git a/slider-core/pom.xml b/slider-core/pom.xml
index 17728c3..6e942c0 100644
--- a/slider-core/pom.xml
+++ b/slider-core/pom.xml
@@ -335,11 +335,7 @@
     <dependency>
       <groupId>org.apache.httpcomponents</groupId>
       <artifactId>httpclient</artifactId>
-    </dependency>
-
-    <dependency>
-      <groupId>org.apache.httpcomponents</groupId>
-      <artifactId>httpcore</artifactId>
+      <scope>test</scope>
     </dependency>
 
     <dependency>

Reply via email to