Repository: hadoop Updated Branches: refs/heads/YARN-2928 27550a454 -> c994596b2
YARN-5316 fix hadoop-aws pom not to do the exclusion (Sangjin Li via Vrushali C) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/c994596b Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/c994596b Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/c994596b Branch: refs/heads/YARN-2928 Commit: c994596b2d07dabe62871df4549425d04d0b20b6 Parents: 27550a4 Author: Vrushali Channapattan <[email protected]> Authored: Wed Jul 6 15:10:20 2016 -0700 Committer: Vrushali Channapattan <[email protected]> Committed: Wed Jul 6 15:10:20 2016 -0700 ---------------------------------------------------------------------- hadoop-tools/hadoop-aws/pom.xml | 8 -------- 1 file changed, 8 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/hadoop/blob/c994596b/hadoop-tools/hadoop-aws/pom.xml ---------------------------------------------------------------------- diff --git a/hadoop-tools/hadoop-aws/pom.xml b/hadoop-tools/hadoop-aws/pom.xml index 83ee58b..7c25e60 100644 --- a/hadoop-tools/hadoop-aws/pom.xml +++ b/hadoop-tools/hadoop-aws/pom.xml @@ -250,14 +250,6 @@ <artifactId>hadoop-yarn-server-tests</artifactId> <scope>test</scope> <type>test-jar</type> - <exclusions> - <!-- server-tests brings in an older version of joda-time via - timeline service --> - <exclusion> - <groupId>joda-time</groupId> - <artifactId>joda-time</artifactId> - </exclusion> - </exclusions> </dependency> <dependency> <groupId>org.apache.hadoop</groupId> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
