From 5713a6849f5bf783be9e14ffc5eb150791c49334 Mon Sep 17 00:00:00 2001 From: Sakthi Date: Fri, 6 Jul 2018 14:00:28 -0700 Subject: [PATCH] HBASE-20617 Removed jetty-jsp module. --- .../src/main/resources/supplemental-models.xml | 14 -------------- hbase-shaded/hbase-shaded-mapreduce/pom.xml | 4 ---- hbase-thrift/pom.xml | 5 ----- pom.xml | 6 ------ 4 files changed, 29 deletions(-) diff --git a/hbase-resource-bundle/src/main/resources/supplemental-models.xml b/hbase-resource-bundle/src/main/resources/supplemental-models.xml index 39ca47ee4ba258ce25747375b43aa5e4955e6425..c42e284dcbb47545a0a5bd4790c338552f13e870 100644 --- a/hbase-resource-bundle/src/main/resources/supplemental-models.xml +++ b/hbase-resource-bundle/src/main/resources/supplemental-models.xml @@ -206,20 +206,6 @@ under the License. - - - org.eclipse.jetty - jetty-jsp - - - - Apache License, Version 2.0 - http://www.apache.org/licenses/LICENSE-2.0.txt - repo - - - - org.eclipse.jetty diff --git a/hbase-shaded/hbase-shaded-mapreduce/pom.xml b/hbase-shaded/hbase-shaded-mapreduce/pom.xml index 598f3af938c8275fe4b1ceb1b1051ac13f5eb7d6..fec88f11b65ddb2c2ddff21410c5713c6640e63d 100644 --- a/hbase-shaded/hbase-shaded-mapreduce/pom.xml +++ b/hbase-shaded/hbase-shaded-mapreduce/pom.xml @@ -129,10 +129,6 @@ org.eclipse.jetty jetty-util-ajax - - org.eclipse.jetty - jetty-jsp - org.glassfish javax.el diff --git a/hbase-thrift/pom.xml b/hbase-thrift/pom.xml index 990e41c0038569f31ea49f551f0b84b986b7fd19..c516c3f862c94ef6127179d10790b6507c98b7de 100644 --- a/hbase-thrift/pom.xml +++ b/hbase-thrift/pom.xml @@ -257,11 +257,6 @@ org.eclipse.jetty jetty-servlet - - - org.eclipse.jetty - jetty-jsp - junit junit diff --git a/pom.xml b/pom.xml index f65091d404f14134fe40b0865501c9ee9d159e46..73bed74c9b67f3bdcd50da8e6e403a72aa812f69 100755 --- a/pom.xml +++ b/pom.xml @@ -1474,7 +1474,6 @@ 2.9.2 2.2.12 9.3.19.v20170502 - 9.2.19.v20160908 3.1.0 2.0.1 @@ -2083,11 +2082,6 @@ jetty-io ${jetty.version} - - org.eclipse.jetty - jetty-jsp - ${jetty-jsp.version} - org.eclipse.jetty jetty-jmx -- 2.15.1 (Apple Git-101)