You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@accumulo.apache.org by bu...@apache.org on 2014/05/14 04:39:56 UTC

[5/8] git commit: ACCUMULO-2805 exclude unused transitive dep.

ACCUMULO-2805 exclude unused transitive dep.


Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo
Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/7e9cb850
Tree: http://git-wip-us.apache.org/repos/asf/accumulo/tree/7e9cb850
Diff: http://git-wip-us.apache.org/repos/asf/accumulo/diff/7e9cb850

Branch: refs/heads/1.5.2-SNAPSHOT
Commit: 7e9cb850a6ade7d098b11d42f8c52713ed4942d3
Parents: 08c255a
Author: Sean Busbey <bu...@cloudera.com>
Authored: Tue May 13 16:43:53 2014 -0500
Committer: Sean Busbey <bu...@cloudera.com>
Committed: Tue May 13 17:36:46 2014 -0500

----------------------------------------------------------------------
 pom.xml | 10 ++++++++++
 1 file changed, 10 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/accumulo/blob/7e9cb850/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 5f1d20f..eba44a9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -298,6 +298,16 @@
         <groupId>org.apache.thrift</groupId>
         <artifactId>libthrift</artifactId>
         <version>0.9.0</version>
+        <exclusions>
+          <exclusion>
+            <groupId>org.apache.httpcomponents</groupId>
+            <artifactId>httpclient</artifactId>
+          </exclusion>
+          <exclusion>
+            <groupId>org.apache.httpcomponents</groupId>
+            <artifactId>httpcore</artifactId>
+          </exclusion>
+        </exclusions>
       </dependency>
       <dependency>
         <groupId>org.apache.zookeeper</groupId>