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:16:15 UTC

incubator-ranger git commit: RANGER-364 hive agent bundles httpclient and httpcore jar

Repository: incubator-ranger
Updated Branches:
  refs/heads/master e274dc347 -> 77f8ad98d


RANGER-364 hive 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/77f8ad98
Tree: http://git-wip-us.apache.org/repos/asf/incubator-ranger/tree/77f8ad98
Diff: http://git-wip-us.apache.org/repos/asf/incubator-ranger/diff/77f8ad98

Branch: refs/heads/master
Commit: 77f8ad98d4a6693a3eea8f38dfbe729301bf023c
Parents: e274dc3
Author: Ashish Singh <as...@hortonworks.com>
Authored: Wed Apr 1 18:35:47 2015 -0700
Committer: Madhan Neethiraj <ma...@apache.org>
Committed: Wed Apr 1 19:07:04 2015 -0700

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


http://git-wip-us.apache.org/repos/asf/incubator-ranger/blob/77f8ad98/src/main/assembly/hive-agent.xml
----------------------------------------------------------------------
diff --git a/src/main/assembly/hive-agent.xml b/src/main/assembly/hive-agent.xml
index e0852ed..6137110 100644
--- a/src/main/assembly/hive-agent.xml
+++ b/src/main/assembly/hive-agent.xml
@@ -37,8 +37,6 @@
                     <include>com.google.code.gson:gson*</include>
 					<include>org.eclipse.persistence:eclipselink</include>
                     <include>org.eclipse.persistence:javax.persistence</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>