RANGER-769: placing httpcore and httpclient in ranger-hbase-plugin-impl folder

Signed-off-by: rmani <rmani@hortonworks.com>
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>