From dce6285c2178bf81302df1cec28cf71810747ff4 Mon Sep 17 00:00:00 2001 From: Peter Somogyi Date: Sun, 26 Nov 2017 12:35:57 +0100 Subject: [PATCH] HBASE-19188 Build fails on branch-1 using maven-3.5.2 Changing tomcat:jasper-runtime scope to compile in hbase-server, hbase-rest and hbase-thrift Signed-off-by: Michael Stack --- hbase-rest/pom.xml | 1 + hbase-server/pom.xml | 1 + hbase-thrift/pom.xml | 1 + 3 files changed, 3 insertions(+) diff --git a/hbase-rest/pom.xml b/hbase-rest/pom.xml index f227d46332e..688f38a09be 100644 --- a/hbase-rest/pom.xml +++ b/hbase-rest/pom.xml @@ -243,6 +243,7 @@ tomcat jasper-runtime + compile diff --git a/hbase-server/pom.xml b/hbase-server/pom.xml index e1b08d662fb..16b2f9eff10 100644 --- a/hbase-server/pom.xml +++ b/hbase-server/pom.xml @@ -544,6 +544,7 @@ tomcat jasper-runtime + compile org.jamon diff --git a/hbase-thrift/pom.xml b/hbase-thrift/pom.xml index 4ad9ccd9dc3..c46b9397f12 100644 --- a/hbase-thrift/pom.xml +++ b/hbase-thrift/pom.xml @@ -329,6 +329,7 @@ tomcat jasper-runtime + compile