Repository: incubator-atlas Updated Branches: refs/heads/master dbfca6224 -> 17a9aad06
ATLAS-1567: exclude hadoop-common library in Falcon hook packaging, as it is alreay present in Falcon classpath Signed-off-by: Madhan Neethiraj <[email protected]> Project: http://git-wip-us.apache.org/repos/asf/incubator-atlas/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-atlas/commit/b7d880dd Tree: http://git-wip-us.apache.org/repos/asf/incubator-atlas/tree/b7d880dd Diff: http://git-wip-us.apache.org/repos/asf/incubator-atlas/diff/b7d880dd Branch: refs/heads/master Commit: b7d880ddea3745d97b8173818c012f5ff275f47d Parents: dbfca62 Author: nixonrodrigues <[email protected]> Authored: Wed Feb 22 18:38:13 2017 +0530 Committer: Madhan Neethiraj <[email protected]> Committed: Wed Feb 22 09:45:56 2017 -0800 ---------------------------------------------------------------------- addons/falcon-bridge/pom.xml | 5 ----- 1 file changed, 5 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-atlas/blob/b7d880dd/addons/falcon-bridge/pom.xml ---------------------------------------------------------------------- diff --git a/addons/falcon-bridge/pom.xml b/addons/falcon-bridge/pom.xml index eff7e75..6c87c71 100644 --- a/addons/falcon-bridge/pom.xml +++ b/addons/falcon-bridge/pom.xml @@ -215,11 +215,6 @@ <version>${kafka.version}</version> </artifactItem> <artifactItem> - <groupId>org.apache.hadoop</groupId> - <artifactId>hadoop-common</artifactId> - <version>${hadoop.version}</version> - </artifactItem> - <artifactItem> <groupId>com.google.code.gson</groupId> <artifactId>gson</artifactId> <version>${gson.version}</version>
