HADOOP-12232. Upgrade Tomcat dependency to 6.0.44. Contributed by Chris Nauroth.

This commit is contained in:
cnauroth 2015-07-14 14:53:08 -07:00
parent f4ccdb11dc
commit 0a16ee6017
2 changed files with 3 additions and 1 deletions

View File

@ -966,6 +966,8 @@ Release 2.7.2 - UNRELEASED
IMPROVEMENTS
HADOOP-12232. Upgrade Tomcat dependency to 6.0.44. (cnauroth)
OPTIMIZATIONS
BUG FIXES

View File

@ -76,7 +76,7 @@
<curator.version>2.7.1</curator.version>
<findbugs.version>3.0.0</findbugs.version>
<tomcat.version>6.0.41</tomcat.version>
<tomcat.version>6.0.44</tomcat.version>
<!-- define the Java language version used by the compiler -->
<javac.version>1.7</javac.version>