Repository: tez Updated Branches: refs/heads/master c7a046154 -> 92e86f909
TEZ-3766. Tez Aux-services : Clean up shaded jar to not include default config xml files and yarn-client pieces (Kuhu Shukla via jeagles) Project: http://git-wip-us.apache.org/repos/asf/tez/repo Commit: http://git-wip-us.apache.org/repos/asf/tez/commit/92e86f90 Tree: http://git-wip-us.apache.org/repos/asf/tez/tree/92e86f90 Diff: http://git-wip-us.apache.org/repos/asf/tez/diff/92e86f90 Branch: refs/heads/master Commit: 92e86f9098fdcc5f57cd9ed81717bb33437e21ab Parents: c7a0461 Author: Jonathan Eagles <[email protected]> Authored: Mon Jun 19 18:48:15 2017 -0500 Committer: Jonathan Eagles <[email protected]> Committed: Mon Jun 19 18:48:15 2017 -0500 ---------------------------------------------------------------------- tez-plugins/tez-aux-services/pom.xml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/tez/blob/92e86f90/tez-plugins/tez-aux-services/pom.xml ---------------------------------------------------------------------- diff --git a/tez-plugins/tez-aux-services/pom.xml b/tez-plugins/tez-aux-services/pom.xml index 9054ffd..a2e47cd 100644 --- a/tez-plugins/tez-aux-services/pom.xml +++ b/tez-plugins/tez-aux-services/pom.xml @@ -48,6 +48,26 @@ </dependency> <dependency> <groupId>org.apache.hadoop</groupId> + <artifactId>hadoop-auth</artifactId> + <scope>provided</scope> + </dependency> + <dependency> + <groupId>org.apache.hadoop</groupId> + <artifactId>hadoop-hdfs</artifactId> + <scope>provided</scope> + </dependency> + <dependency> + <groupId>org.apache.hadoop</groupId> + <artifactId>hadoop-yarn-client</artifactId> + <scope>provided</scope> + </dependency> + <dependency> + <groupId>org.apache.hadoop</groupId> + <artifactId>hadoop-yarn-common</artifactId> + <scope>provided</scope> + </dependency> + <dependency> + <groupId>org.apache.hadoop</groupId> <artifactId>hadoop-mapreduce-client-common</artifactId> <scope>provided</scope> </dependency>
