Repository: hbase Updated Branches: refs/heads/branch-1.3 604266f7b -> 9519efa43
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/9519efa4 Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/9519efa4 Diff: http://git-wip-us.apache.org/repos/asf/hbase/diff/9519efa4 Branch: refs/heads/branch-1.3 Commit: 9519efa435243197e1bd1b69e9dbb57edd9663a5 Parents: 604266f Author: Peter Somogyi <[email protected]> Authored: Sun Nov 26 12:35:57 2017 +0100 Committer: Michael Stack <[email protected]> Committed: Wed Nov 29 12:29:21 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/9519efa4/hbase-rest/pom.xml ---------------------------------------------------------------------- diff --git a/hbase-rest/pom.xml b/hbase-rest/pom.xml index a405a27..be6bc62 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/9519efa4/hbase-server/pom.xml ---------------------------------------------------------------------- diff --git a/hbase-server/pom.xml b/hbase-server/pom.xml index 46d47ec..dddbb42 100644 --- a/hbase-server/pom.xml +++ b/hbase-server/pom.xml @@ -536,6 +536,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/9519efa4/hbase-thrift/pom.xml ---------------------------------------------------------------------- diff --git a/hbase-thrift/pom.xml b/hbase-thrift/pom.xml index d330779..c6c232e 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>
