Repository: hbase
Updated Branches:
  refs/heads/branch-1.4 5f0219b86 -> 148080e52


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 <[email protected]>


Project: http://git-wip-us.apache.org/repos/asf/hbase/repo
Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/148080e5
Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/148080e5
Diff: http://git-wip-us.apache.org/repos/asf/hbase/diff/148080e5

Branch: refs/heads/branch-1.4
Commit: 148080e52ba0fb7e390f3ad2e83049afc0610d02
Parents: 5f0219b
Author: Peter Somogyi <[email protected]>
Authored: Sun Nov 26 12:35:57 2017 +0100
Committer: Michael Stack <[email protected]>
Committed: Wed Nov 29 12:28:45 2017 -0800

----------------------------------------------------------------------
 hbase-rest/pom.xml   | 1 +
 hbase-server/pom.xml | 1 +
 hbase-thrift/pom.xml | 1 +
 3 files changed, 3 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hbase/blob/148080e5/hbase-rest/pom.xml
----------------------------------------------------------------------
diff --git a/hbase-rest/pom.xml b/hbase-rest/pom.xml
index 435bd02..564a260 100644
--- a/hbase-rest/pom.xml
+++ b/hbase-rest/pom.xml
@@ -243,6 +243,7 @@
     <dependency>
       <groupId>tomcat</groupId>
       <artifactId>jasper-runtime</artifactId>
+      <scope>compile</scope>
     </dependency>
     <!-- REST dependencies -->
     <dependency>

http://git-wip-us.apache.org/repos/asf/hbase/blob/148080e5/hbase-server/pom.xml
----------------------------------------------------------------------
diff --git a/hbase-server/pom.xml b/hbase-server/pom.xml
index 23acf39..3998d54 100644
--- a/hbase-server/pom.xml
+++ b/hbase-server/pom.xml
@@ -544,6 +544,7 @@
     <dependency>
       <groupId>tomcat</groupId>
       <artifactId>jasper-runtime</artifactId>
+      <scope>compile</scope>
     </dependency>
     <dependency>
       <groupId>org.jamon</groupId>

http://git-wip-us.apache.org/repos/asf/hbase/blob/148080e5/hbase-thrift/pom.xml
----------------------------------------------------------------------
diff --git a/hbase-thrift/pom.xml b/hbase-thrift/pom.xml
index 1a49c8f..3b8a3da 100644
--- a/hbase-thrift/pom.xml
+++ b/hbase-thrift/pom.xml
@@ -329,6 +329,7 @@
     <dependency>
       <groupId>tomcat</groupId>
       <artifactId>jasper-runtime</artifactId>
+      <scope>compile</scope>
     </dependency>
   </dependencies>
 

Reply via email to