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/91ab2d51 Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/91ab2d51 Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/91ab2d51 Branch: refs/heads/HDFS-10467 Commit: 91ab2d51cb76b8f9b389dd3ada559ded3c64679d Parents: 56b983c Author: Akira Ajisaka <[email protected]> Authored: Tue May 2 23:52:34 2017 +0900 Committer: Inigo <[email protected]> Committed: Tue May 2 14:52:07 2017 -0700 ---------------------------------------------------------------------- hadoop-project/pom.xml | 1 - 1 file changed, 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/hadoop/blob/91ab2d51/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]
