Repository: ranger Updated Branches: refs/heads/master 1e77fa2a4 -> 4c2bed536
RANGER-1910:Simplify the maven dependency management of the Yarn plugin for Ranger .solr-solrj can be removed from the pom.xml file of the plugin-yarn Signed-off-by: peng.jianhua <[email protected]> Project: http://git-wip-us.apache.org/repos/asf/ranger/repo Commit: http://git-wip-us.apache.org/repos/asf/ranger/commit/4c2bed53 Tree: http://git-wip-us.apache.org/repos/asf/ranger/tree/4c2bed53 Diff: http://git-wip-us.apache.org/repos/asf/ranger/diff/4c2bed53 Branch: refs/heads/master Commit: 4c2bed53607de1fe8d3565f7a79dc807f6a5008a Parents: 1e77fa2 Author: zhangqiang2 <[email protected]> Authored: Tue Nov 28 10:15:33 2017 +0800 Committer: peng.jianhua <[email protected]> Committed: Fri Dec 1 14:34:36 2017 +0800 ---------------------------------------------------------------------- plugin-yarn/pom.xml | 5 ----- 1 file changed, 5 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ranger/blob/4c2bed53/plugin-yarn/pom.xml ---------------------------------------------------------------------- diff --git a/plugin-yarn/pom.xml b/plugin-yarn/pom.xml index 0928d81..b2042fa 100644 --- a/plugin-yarn/pom.xml +++ b/plugin-yarn/pom.xml @@ -57,11 +57,6 @@ <version>${hadoop.version}</version> </dependency> <dependency> - <groupId>org.apache.solr</groupId> - <artifactId>solr-solrj</artifactId> - <version>${solr.version}</version> - </dependency> - <dependency> <groupId>org.apache.httpcomponents</groupId> <artifactId>httpcore</artifactId> <version>${httpcomponents.httpcore.version}</version>
