SLIDER-1129 cut out (currently commented out) references to the httpclient and 
httpcore.


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

Branch: refs/heads/feature/SLIDER-1107_AM_config_generation
Commit: eb0452450a77f5493e5038a9985da619a1d4fc85
Parents: c7a173c
Author: Steve Loughran <ste...@apache.org>
Authored: Tue May 24 18:26:11 2016 +0100
Committer: Steve Loughran <ste...@apache.org>
Committed: Thu Jun 9 11:59:40 2016 +0100

----------------------------------------------------------------------
 pom.xml | 28 ----------------------------
 1 file changed, 28 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-slider/blob/eb045245/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index b1f2000..ddbfb82 100644
--- a/pom.xml
+++ b/pom.xml
@@ -153,7 +153,6 @@
     <guava.version>11.0.2</guava.version>
     <gson.version>2.2.2</gson.version>
     <guice.version>3.0</guice.version>
-    <httpclient.version>3.1</httpclient.version>
 
     <jackson.version>1.9.13</jackson.version>
     <jcommander.version>1.30</jcommander.version>
@@ -673,33 +672,6 @@
         <version>${commons-lang.version}</version>
       </dependency>
 
-<!--
-
-      <dependency>
-        <groupId>commons-httpclient</groupId>
-        <artifactId>commons-httpclient</artifactId>
-        <version>${httpclient.version}</version>
-        <exclusions>
-          <exclusion>
-            <groupId>commons-codec</groupId>
-            <artifactId>commons-codec</artifactId>
-          </exclusion>
-        </exclusions>
-      </dependency>
-      T
-      <dependency>
-        <groupId>org.apache.httpcomponents</groupId>
-        <artifactId>httpclient</artifactId>
-        <version>${httpclient4.version}</version>
-      </dependency>
-
-      <dependency>
-        <groupId>org.apache.httpcomponents</groupId>
-        <artifactId>httpcore</artifactId>
-        <version>${httpcore.version}</version>
-      </dependency>
--->
-
       <!-- ======================================================== -->
       <!-- HBASE -->
       <!-- ======================================================== -->

Reply via email to