You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@storm.apache.org by bo...@apache.org on 2018/06/07 15:55:24 UTC

[48/50] [abbrv] storm git commit: STORM-2882: removed dep declaration

STORM-2882: removed dep declaration


Project: http://git-wip-us.apache.org/repos/asf/storm/repo
Commit: http://git-wip-us.apache.org/repos/asf/storm/commit/1b9e81f0
Tree: http://git-wip-us.apache.org/repos/asf/storm/tree/1b9e81f0
Diff: http://git-wip-us.apache.org/repos/asf/storm/diff/1b9e81f0

Branch: refs/heads/master
Commit: 1b9e81f0452a584706e9c608ba8b010068724e48
Parents: 91251c5
Author: Robert (Bobby) Evans <ev...@yahoo-inc.com>
Authored: Wed May 30 12:03:57 2018 -0500
Committer: Robert (Bobby) Evans <ev...@yahoo-inc.com>
Committed: Wed Jun 6 15:43:13 2018 -0500

----------------------------------------------------------------------
 storm-client/pom.xml | 6 ------
 1 file changed, 6 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/storm/blob/1b9e81f0/storm-client/pom.xml
----------------------------------------------------------------------
diff --git a/storm-client/pom.xml b/storm-client/pom.xml
index c5004a9..b86a2bd 100644
--- a/storm-client/pom.xml
+++ b/storm-client/pom.xml
@@ -80,12 +80,6 @@
         </dependency>
 
         <!-- below are transitive dependencies which are version managed in storm pom -->
-        <!-- httpclient is derived from thrift -->
-        <dependency>
-            <groupId>org.apache.httpcomponents</groupId>
-            <artifactId>httpclient</artifactId>
-        </dependency>
-
         <dependency>
             <groupId>io.dropwizard.metrics</groupId>
             <artifactId>metrics-core</artifactId>