You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ranger.apache.org by ma...@apache.org on 2015/04/02 04:00:05 UTC

incubator-ranger git commit: RANGER-362 hbase agent bundles httpclient and httpcore jar

Repository: incubator-ranger
Updated Branches:
  refs/heads/master d13617aa7 -> c4a1a2b13


RANGER-362 hbase agent bundles httpclient and httpcore jar

Signed-off-by: Madhan Neethiraj <ma...@apache.org>


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

Branch: refs/heads/master
Commit: c4a1a2b1304839a24074c9682abcae0edc6821d5
Parents: d13617a
Author: Ashish Singh <as...@hortonworks.com>
Authored: Wed Apr 1 18:33:33 2015 -0700
Committer: Madhan Neethiraj <ma...@apache.org>
Committed: Wed Apr 1 18:56:13 2015 -0700

----------------------------------------------------------------------
 src/main/assembly/hbase-agent.xml | 2 --
 1 file changed, 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-ranger/blob/c4a1a2b1/src/main/assembly/hbase-agent.xml
----------------------------------------------------------------------
diff --git a/src/main/assembly/hbase-agent.xml b/src/main/assembly/hbase-agent.xml
index 82904f4..62cef98 100644
--- a/src/main/assembly/hbase-agent.xml
+++ b/src/main/assembly/hbase-agent.xml
@@ -36,8 +36,6 @@
                 <includes>
                     <include>com.google.code.gson:gson*</include>
                     <include>org.eclipse.persistence:eclipselink</include>
-		    <include>org.apache.httpcomponents:httpclient:jar:${httpcomponent.httpclient.version}</include>
-		    <include>org.apache.httpcomponents:httpcore:jar:${httpcomponent.httpcore.version}</include>
 		    <include>org.apache.httpcomponents:httpmime:jar:${httpcomponent.httpmime.version}</include>
 		    <include>org.noggit:noggit:jar:${noggit.version}</include>
                 </includes>