Repository: incubator-ranger Updated Branches: refs/heads/tag-policy 525fd59ce -> 2474fed11
RANGER-508 knox plugin should not package libraries that knox server already provides Signed-off-by: Dilli Dorai Arumugam <[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/0d73c38a Tree: http://git-wip-us.apache.org/repos/asf/incubator-ranger/tree/0d73c38a Diff: http://git-wip-us.apache.org/repos/asf/incubator-ranger/diff/0d73c38a Branch: refs/heads/tag-policy Commit: 0d73c38af9a80c00ff2ddfd7dba09c4b6b914990 Parents: 776533f Author: Alok Lal <[email protected]> Authored: Wed May 27 20:55:36 2015 -0700 Committer: Dilli Dorai Arumugam <[email protected]> Committed: Wed May 27 22:07:06 2015 -0700 ---------------------------------------------------------------------- src/main/assembly/knox-agent.xml | 8 -------- 1 file changed, 8 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-ranger/blob/0d73c38a/src/main/assembly/knox-agent.xml ---------------------------------------------------------------------- diff --git a/src/main/assembly/knox-agent.xml b/src/main/assembly/knox-agent.xml index c8dddc0..85a1d92 100644 --- a/src/main/assembly/knox-agent.xml +++ b/src/main/assembly/knox-agent.xml @@ -35,14 +35,6 @@ <outputDirectory>/lib</outputDirectory> <includes> <include>commons-configuration:commons-configuration</include> - <include>org.apache.hadoop:hadoop-common:jar:${hadoop-common.version}</include> - <include>org.apache.hadoop:hadoop-common-plus</include> - <include>org.glassfish.jersey.core:jersey-client</include> - <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>
