HADOOP-12232. Upgrade Tomcat dependency to 6.0.44. Contributed by Chris Nauroth.
(cherry picked from commit 6b56f05b9ea3ee45abd5d00b14fab93a353b1332) (cherry picked from commit 89f484e4aa0a8db779a02999109dae212db1054c)
This commit is contained in:
parent
e263219829
commit
180d791541
|
@ -8,6 +8,8 @@ Release 2.7.2 - UNRELEASED
|
||||||
|
|
||||||
IMPROVEMENTS
|
IMPROVEMENTS
|
||||||
|
|
||||||
|
HADOOP-12232. Upgrade Tomcat dependency to 6.0.44. (cnauroth)
|
||||||
|
|
||||||
OPTIMIZATIONS
|
OPTIMIZATIONS
|
||||||
|
|
||||||
BUG FIXES
|
BUG FIXES
|
||||||
|
|
|
@ -76,7 +76,7 @@
|
||||||
<curator.version>2.7.1</curator.version>
|
<curator.version>2.7.1</curator.version>
|
||||||
<findbugs.version>3.0.0</findbugs.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 -->
|
<!-- define the Java language version used by the compiler -->
|
||||||
<javac.version>1.7</javac.version>
|
<javac.version>1.7</javac.version>
|
||||||
|
|
Loading…
Reference in New Issue