You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@slider.apache.org by el...@apache.org on 2016/06/18 23:16:14 UTC

[24/31] incubator-slider git commit: SLIDER-1129 cut out (currently commented out) references to the httpclient and httpcore.

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/48975be4
Tree: http://git-wip-us.apache.org/repos/asf/incubator-slider/tree/48975be4
Diff: http://git-wip-us.apache.org/repos/asf/incubator-slider/diff/48975be4

Branch: refs/heads/branches/branch-0.91
Commit: 48975be4eab51b8c1916513f5113d1ffad8469f9
Parents: eb04524
Author: Steve Loughran <st...@apache.org>
Authored: Tue May 24 18:28:46 2016 +0100
Committer: Steve Loughran <st...@apache.org>
Committed: Thu Jun 9 11:59:40 2016 +0100

----------------------------------------------------------------------
 slider-core/pom.xml | 13 -------------
 1 file changed, 13 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-slider/blob/48975be4/slider-core/pom.xml
----------------------------------------------------------------------
diff --git a/slider-core/pom.xml b/slider-core/pom.xml
index 8b921a5..04e9015 100644
--- a/slider-core/pom.xml
+++ b/slider-core/pom.xml
@@ -326,19 +326,6 @@
       <groupId>commons-io</groupId>
       <artifactId>commons-io</artifactId>
     </dependency>
-<!--
-
-    <dependency>
-      <groupId>commons-httpclient</groupId>
-      <artifactId>commons-httpclient</artifactId>
-    </dependency>
-
-    <dependency>
-      <groupId>org.apache.httpcomponents</groupId>
-      <artifactId>httpclient</artifactId>
-      <scope>test</scope>
-    </dependency>
--->
 
     <dependency>
       <groupId>commons-lang</groupId>