Repository: hbase Updated Branches: refs/heads/branch-1.2 690367fc4 -> 45e856bc8
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/45e856bc Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/45e856bc Diff: http://git-wip-us.apache.org/repos/asf/hbase/diff/45e856bc Branch: refs/heads/branch-1.2 Commit: 45e856bc878ae4491440250d56ab23659311a7d7 Parents: 690367f 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:44 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/45e856bc/hbase-rest/pom.xml ---------------------------------------------------------------------- diff --git a/hbase-rest/pom.xml b/hbase-rest/pom.xml index e85407c..806f805 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/45e856bc/hbase-server/pom.xml ---------------------------------------------------------------------- diff --git a/hbase-server/pom.xml b/hbase-server/pom.xml index 81e529f..d3abf21 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/45e856bc/hbase-thrift/pom.xml ---------------------------------------------------------------------- diff --git a/hbase-thrift/pom.xml b/hbase-thrift/pom.xml index 2987fdd..957d644 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>
