Repository: incubator-ranger Updated Branches: refs/heads/master e274dc347 -> 77f8ad98d
RANGER-364 hive agent bundles httpclient and httpcore jar Signed-off-by: Madhan Neethiraj <[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/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 <[email protected]> Authored: Wed Apr 1 18:35:47 2015 -0700 Committer: Madhan Neethiraj <[email protected]> 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>
