From 42e27b4d8eddcade8687b6356b56fe7e37b5fb45 Mon Sep 17 00:00:00 2001 From: Ferenc Szabo Date: Mon, 14 Aug 2017 18:34:33 +0200 Subject: [PATCH] FLUME-3132 Upgrade tomcat jasper library dependencies excluding vulnerable dependencies --- pom.xml | 70 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 70 insertions(+) diff --git a/pom.xml b/pom.xml index b83504ad81..235ec6daa5 100644 --- a/pom.xml +++ b/pom.xml @@ -209,6 +209,16 @@ limitations under the License. org.apache.hadoop hadoop-hdfs ${hadoop.version} + + + tomcat + jasper-compiler + + + tomcat + jasper-runtime + + org.apache.hadoop @@ -219,6 +229,16 @@ limitations under the License. org.apache.hadoop hadoop-minicluster ${hadoop.version} + + + tomcat + jasper-compiler + + + tomcat + jasper-runtime + + org.apache.hadoop @@ -291,11 +311,31 @@ limitations under the License. org.apache.hadoop hadoop-hdfs ${hadoop.version} + + + tomcat + jasper-compiler + + + tomcat + jasper-runtime + + org.apache.hadoop hadoop-minicluster ${hadoop.version} + + + tomcat + jasper-compiler + + + tomcat + jasper-runtime + + org.apache.hadoop @@ -361,6 +401,16 @@ limitations under the License. hbase-server ${hbase.version} test + + + tomcat + jasper-compiler + + + tomcat + jasper-runtime + + @@ -369,6 +419,16 @@ limitations under the License. ${hbase.version} tests test + + + tomcat + jasper-compiler + + + tomcat + jasper-runtime + + @@ -1052,6 +1112,16 @@ limitations under the License. hadoop-common ${hadoop.version} true + + + tomcat + jasper-compiler + + + tomcat + jasper-runtime + +