This is an automated email from the ASF dual-hosted git repository.

sekikn pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/bigtop.git


The following commit(s) were added to refs/heads/master by this push:
     new 047b5cd  BIGTOP-3396. Building Ambari is failing on Fedora 31 for 
ARM64. (#667)
047b5cd is described below

commit 047b5cd36b4e2aa6be120f4e501f690df2ed1eba
Author: Kengo Seki <[email protected]>
AuthorDate: Mon Sep 7 06:05:20 2020 +0900

    BIGTOP-3396. Building Ambari is failing on Fedora 31 for ARM64. (#667)
---
 .../ambari/patch5-AMBARI-spring-boot-maven-plugin.diff     | 14 ++++++++++++++
 1 file changed, 14 insertions(+)

diff --git 
a/bigtop-packages/src/common/ambari/patch5-AMBARI-spring-boot-maven-plugin.diff 
b/bigtop-packages/src/common/ambari/patch5-AMBARI-spring-boot-maven-plugin.diff
new file mode 100644
index 0000000..f40b7d4
--- /dev/null
+++ 
b/bigtop-packages/src/common/ambari/patch5-AMBARI-spring-boot-maven-plugin.diff
@@ -0,0 +1,14 @@
+diff --git a/ambari-shell/ambari-groovy-shell/pom.xml 
b/ambari-shell/ambari-groovy-shell/pom.xml
+index 34dfce1585..8d1e1a8530 100644
+--- a/ambari-shell/ambari-groovy-shell/pom.xml
++++ b/ambari-shell/ambari-groovy-shell/pom.xml
+@@ -114,7 +114,8 @@
+       <plugin>
+         <groupId>org.springframework.boot</groupId>
+         <artifactId>spring-boot-maven-plugin</artifactId>
+-        <version>1.0.2.RELEASE</version>
++        <!-- Upgrade to avoid build error on fedora-31-aarch64 -->
++        <version>2.3.0.RELEASE</version>
+         <executions>
+           <execution>
+             <goals>

Reply via email to