Repository: hbase Updated Branches: refs/heads/branch-1 4fe4d755c -> dce6285c2
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/dce6285c Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/dce6285c Diff: http://git-wip-us.apache.org/repos/asf/hbase/diff/dce6285c Branch: refs/heads/branch-1 Commit: dce6285c2178bf81302df1cec28cf71810747ff4 Parents: 4fe4d75 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:09 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/dce6285c/hbase-rest/pom.xml ---------------------------------------------------------------------- diff --git a/hbase-rest/pom.xml b/hbase-rest/pom.xml index f227d46..688f38a 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/dce6285c/hbase-server/pom.xml ---------------------------------------------------------------------- diff --git a/hbase-server/pom.xml b/hbase-server/pom.xml index e1b08d6..16b2f9e 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/dce6285c/hbase-thrift/pom.xml ---------------------------------------------------------------------- diff --git a/hbase-thrift/pom.xml b/hbase-thrift/pom.xml index 4ad9ccd..c46b939 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>
