Repository: incubator-ranger Updated Branches: refs/heads/master c4a1a2b13 -> e274dc347
RANGER-363 hdfs 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/e274dc34 Tree: http://git-wip-us.apache.org/repos/asf/incubator-ranger/tree/e274dc34 Diff: http://git-wip-us.apache.org/repos/asf/incubator-ranger/diff/e274dc34 Branch: refs/heads/master Commit: e274dc3473cec3b123c05adee4c93066e3d4679f Parents: c4a1a2b Author: Ashish Singh <[email protected]> Authored: Wed Apr 1 18:35:00 2015 -0700 Committer: Madhan Neethiraj <[email protected]> Committed: Wed Apr 1 19:01:06 2015 -0700 ---------------------------------------------------------------------- src/main/assembly/hdfs-agent.xml | 2 -- 1 file changed, 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-ranger/blob/e274dc34/src/main/assembly/hdfs-agent.xml ---------------------------------------------------------------------- diff --git a/src/main/assembly/hdfs-agent.xml b/src/main/assembly/hdfs-agent.xml index 73fa52f..df3f32e 100644 --- a/src/main/assembly/hdfs-agent.xml +++ b/src/main/assembly/hdfs-agent.xml @@ -37,8 +37,6 @@ <include>com.google.code.gson:gson*</include> <include>org.eclipse.persistence:javax.persistence</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>
