Repository: incubator-ranger Updated Branches: refs/heads/ranger-0.5 0b73cdfbb -> 96c2b4bd2
RANGER-769: placing httpcore and httpclient in ranger-hbase-plugin-impl folder Signed-off-by: rmani <[email protected]> Project: http://git-wip-us.apache.org/repos/asf/incubator-ranger/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-ranger/commit/96c2b4bd Tree: http://git-wip-us.apache.org/repos/asf/incubator-ranger/tree/96c2b4bd Diff: http://git-wip-us.apache.org/repos/asf/incubator-ranger/diff/96c2b4bd Branch: refs/heads/ranger-0.5 Commit: 96c2b4bd25d91163349a8ce6cb27e7044598eb27 Parents: 0b73cdf Author: hafizmujadid <[email protected]> Authored: Fri Jan 1 21:55:32 2016 +0500 Committer: rmani <[email protected]> Committed: Mon Jan 4 14:20:29 2016 -0800 ---------------------------------------------------------------------- src/main/assembly/hbase-agent.xml | 2 ++ 1 file changed, 2 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-ranger/blob/96c2b4bd/src/main/assembly/hbase-agent.xml ---------------------------------------------------------------------- diff --git a/src/main/assembly/hbase-agent.xml b/src/main/assembly/hbase-agent.xml index 122c8c7..97d4e95 100644 --- a/src/main/assembly/hbase-agent.xml +++ b/src/main/assembly/hbase-agent.xml @@ -51,6 +51,8 @@ <include>org.eclipse.persistence:eclipselink</include> <include>org.eclipse.persistence:javax.persistence</include> <include>org.apache.httpcomponents:httpmime:jar:${httpcomponent.httpmime.version}</include> + <include>org.apache.httpcomponents:httpclient:jar:${httpcomponent.httpclient.version}</include> + <include>org.apache.httpcomponents:httpcore:jar:${httpcomponent.httpcore.version}</include> <include>org.noggit:noggit:jar:${noggit.version}</include> </includes> <unpack>false</unpack>
