Repository: bigtop Updated Branches: refs/heads/master 269be3f12 -> 925749d8d
BIGTOP-2943: hbase does not compile with maven-3.5.2 Project: http://git-wip-us.apache.org/repos/asf/bigtop/repo Commit: http://git-wip-us.apache.org/repos/asf/bigtop/commit/925749d8 Tree: http://git-wip-us.apache.org/repos/asf/bigtop/tree/925749d8 Diff: http://git-wip-us.apache.org/repos/asf/bigtop/diff/925749d8 Branch: refs/heads/master Commit: 925749d8d173721f7f6a20219c8bbb855e39af85 Parents: 269be3f Author: Olaf Flebbe <[email protected]> Authored: Sat Nov 25 22:31:08 2017 +0100 Committer: Olaf Flebbe <[email protected]> Committed: Sat Nov 25 22:31:08 2017 +0100 ---------------------------------------------------------------------- .../src/common/hbase/patch1-jasper-scope.diff | 11 +++++++++++ 1 file changed, 11 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/bigtop/blob/925749d8/bigtop-packages/src/common/hbase/patch1-jasper-scope.diff ---------------------------------------------------------------------- diff --git a/bigtop-packages/src/common/hbase/patch1-jasper-scope.diff b/bigtop-packages/src/common/hbase/patch1-jasper-scope.diff new file mode 100644 index 0000000..0c29f77 --- /dev/null +++ b/bigtop-packages/src/common/hbase/patch1-jasper-scope.diff @@ -0,0 +1,11 @@ +--- hbase-1.1.12/pom.xml_ 2017-11-25 21:30:50.000000000 +0100 ++++ hbase-1.1.12/pom.xml 2017-11-25 21:57:11.000000000 +0100 +@@ -1720,7 +1720,7 @@ + <groupId>tomcat</groupId> + <artifactId>jasper-runtime</artifactId> + <version>${jasper.version}</version> +- <scope>runtime</scope> ++ <scope>compile</scope> + <exclusions> + <exclusion> + <groupId>javax.servlet</groupId>
