HADOOP-14191. Duplicate hadoop-minikdc dependency in hadoop-common module. Contributed by Xiaobing Zhou
Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/c04fb35c Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/c04fb35c Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/c04fb35c Branch: refs/heads/HADOOP-13345 Commit: c04fb35c4542a455813f53ce966f9b860ac41df1 Parents: 4812518 Author: Mingliang Liu <[email protected]> Authored: Thu Mar 16 16:08:32 2017 -0700 Committer: Mingliang Liu <[email protected]> Committed: Thu Mar 16 16:08:32 2017 -0700 ---------------------------------------------------------------------- hadoop-common-project/hadoop-common/pom.xml | 5 ----- 1 file changed, 5 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/hadoop/blob/c04fb35c/hadoop-common-project/hadoop-common/pom.xml ---------------------------------------------------------------------- diff --git a/hadoop-common-project/hadoop-common/pom.xml b/hadoop-common-project/hadoop-common/pom.xml index 0db6841..961c902 100644 --- a/hadoop-common-project/hadoop-common/pom.xml +++ b/hadoop-common-project/hadoop-common/pom.xml @@ -46,11 +46,6 @@ <scope>compile</scope> </dependency> <dependency> - <groupId>org.apache.hadoop</groupId> - <artifactId>hadoop-minikdc</artifactId> - <scope>test</scope> - </dependency> - <dependency> <groupId>com.google.guava</groupId> <artifactId>guava</artifactId> <scope>compile</scope> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
