Repository: hadoop Updated Branches: refs/heads/trunk 20cde5527 -> dc77255a7
HADOOP-14367. Remove unused setting from pom.xml. Contributed by Chen Liang. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/dc77255a Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/dc77255a Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/dc77255a Branch: refs/heads/trunk Commit: dc77255a7ba82b746ec4bec8ef0fcaafbc6b6f00 Parents: 20cde55 Author: Akira Ajisaka <[email protected]> Authored: Tue May 2 23:52:34 2017 +0900 Committer: Akira Ajisaka <[email protected]> Committed: Tue May 2 23:52:34 2017 +0900 ---------------------------------------------------------------------- hadoop-project/pom.xml | 1 - 1 file changed, 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/hadoop/blob/dc77255a/hadoop-project/pom.xml ---------------------------------------------------------------------- diff --git a/hadoop-project/pom.xml b/hadoop-project/pom.xml index 8c855cc..b282065 100644 --- a/hadoop-project/pom.xml +++ b/hadoop-project/pom.xml @@ -90,7 +90,6 @@ <findbugs.version>3.0.0</findbugs.version> <spotbugs.version>3.1.0-RC1</spotbugs.version> - <tomcat.version>6.0.48</tomcat.version> <guice.version>4.0</guice.version> <joda-time.version>2.9.4</joda-time.version> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
