Repository: hadoop Updated Branches: refs/heads/trunk 451efb08f -> ebdd2e03b
HADOOP-13922. Some modules have dependencies on hadoop-client jar removed by HADOOP-11804. Contributed by Sean Busbey. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/ebdd2e03 Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/ebdd2e03 Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/ebdd2e03 Branch: refs/heads/trunk Commit: ebdd2e03b7b8573cc3531958dbfda72cdbc277fd Parents: 451efb0 Author: Chris Nauroth <[email protected]> Authored: Tue Jan 3 13:04:50 2017 -0800 Committer: Chris Nauroth <[email protected]> Committed: Tue Jan 3 13:16:06 2017 -0800 ---------------------------------------------------------------------- hadoop-client-modules/hadoop-client/pom.xml | 1 - 1 file changed, 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/hadoop/blob/ebdd2e03/hadoop-client-modules/hadoop-client/pom.xml ---------------------------------------------------------------------- diff --git a/hadoop-client-modules/hadoop-client/pom.xml b/hadoop-client-modules/hadoop-client/pom.xml index 0394cae..cc527bc 100644 --- a/hadoop-client-modules/hadoop-client/pom.xml +++ b/hadoop-client-modules/hadoop-client/pom.xml @@ -23,7 +23,6 @@ </parent> <artifactId>hadoop-client</artifactId> <version>3.0.0-alpha2-SNAPSHOT</version> - <packaging>pom</packaging> <description>Apache Hadoop Client aggregation pom with dependencies exposed</description> <name>Apache Hadoop Client Aggregator</name> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
