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 <stack@apache.org>
This commit is contained in:
Peter Somogyi 2017-11-26 12:35:57 +01:00 committed by Michael Stack
parent 4fe4d755ce
commit dce6285c21
No known key found for this signature in database
GPG Key ID: 9816C7FC8ACC93D2
3 changed files with 3 additions and 0 deletions

View File

@ -243,6 +243,7 @@
<dependency>
<groupId>tomcat</groupId>
<artifactId>jasper-runtime</artifactId>
<scope>compile</scope>
</dependency>
<!-- REST dependencies -->
<dependency>

View File

@ -544,6 +544,7 @@
<dependency>
<groupId>tomcat</groupId>
<artifactId>jasper-runtime</artifactId>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.jamon</groupId>

View File

@ -329,6 +329,7 @@
<dependency>
<groupId>tomcat</groupId>
<artifactId>jasper-runtime</artifactId>
<scope>compile</scope>
</dependency>
</dependencies>