Repository: ranger Updated Branches: refs/heads/master 21f8b63f5 -> b70479c4f
RANGER-1895 - Simplify Storm dependencies Signed-off-by: Colm O hEigeartaigh <[email protected]> Project: http://git-wip-us.apache.org/repos/asf/ranger/repo Commit: http://git-wip-us.apache.org/repos/asf/ranger/commit/b70479c4 Tree: http://git-wip-us.apache.org/repos/asf/ranger/tree/b70479c4 Diff: http://git-wip-us.apache.org/repos/asf/ranger/diff/b70479c4 Branch: refs/heads/master Commit: b70479c4fe1abadf9d94d07a995e0c988dc5ad1c Parents: 21f8b63 Author: Colm O hEigeartaigh <[email protected]> Authored: Mon Nov 27 15:25:57 2017 +0000 Committer: Colm O hEigeartaigh <[email protected]> Committed: Tue Nov 28 09:58:22 2017 +0000 ---------------------------------------------------------------------- ranger-storm-plugin-shim/pom.xml | 10 ---------- storm-agent/pom.xml | 15 --------------- 2 files changed, 25 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ranger/blob/b70479c4/ranger-storm-plugin-shim/pom.xml ---------------------------------------------------------------------- diff --git a/ranger-storm-plugin-shim/pom.xml b/ranger-storm-plugin-shim/pom.xml index de1972d..38619e6 100644 --- a/ranger-storm-plugin-shim/pom.xml +++ b/ranger-storm-plugin-shim/pom.xml @@ -57,16 +57,6 @@ <version>${hadoop.version}</version> </dependency> <dependency> - <groupId>commons-cli</groupId> - <artifactId>commons-cli</artifactId> - <version>${commons.cli.version}</version> - </dependency> - <dependency> - <groupId>org.apache.htrace</groupId> - <artifactId>htrace-core</artifactId> - <version>${htrace-core.version}</version> - </dependency> - <dependency> <groupId>org.apache.ranger</groupId> <artifactId>ranger-plugin-classloader</artifactId> <version>${project.version}</version> http://git-wip-us.apache.org/repos/asf/ranger/blob/b70479c4/storm-agent/pom.xml ---------------------------------------------------------------------- diff --git a/storm-agent/pom.xml b/storm-agent/pom.xml index 6e74e5b..7374bd2 100644 --- a/storm-agent/pom.xml +++ b/storm-agent/pom.xml @@ -81,21 +81,6 @@ <version>${hadoop.version}</version> </dependency> <dependency> - <groupId>commons-cli</groupId> - <artifactId>commons-cli</artifactId> - <version>${commons.cli.version}</version> - </dependency> - <dependency> - <groupId>org.apache.htrace</groupId> - <artifactId>htrace-core</artifactId> - <version>${htrace-core.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>
