This is an automated email from the ASF dual-hosted git repository.
guyuqi 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 b024507f BIGTOP-3949. Fix dependency convergence error of Zeppelin.
(#1119)
b024507f is described below
commit b024507fb6929f20e5290175fba398bd82c6dfbb
Author: Masatake Iwasaki <[email protected]>
AuthorDate: Thu Jun 15 14:58:42 2023 +0900
BIGTOP-3949. Fix dependency convergence error of Zeppelin. (#1119)
---
.../src/common/zeppelin/patch3-exclude-jaxb-api.diff | 15 +++++++++++++++
1 file changed, 15 insertions(+)
diff --git a/bigtop-packages/src/common/zeppelin/patch3-exclude-jaxb-api.diff
b/bigtop-packages/src/common/zeppelin/patch3-exclude-jaxb-api.diff
new file mode 100644
index 00000000..f40f1022
--- /dev/null
+++ b/bigtop-packages/src/common/zeppelin/patch3-exclude-jaxb-api.diff
@@ -0,0 +1,15 @@
+diff --git a/zeppelin-server/pom.xml b/zeppelin-server/pom.xml
+index a724c7a63..3f9d7f7ef 100644
+--- a/zeppelin-server/pom.xml
++++ b/zeppelin-server/pom.xml
+@@ -329,6 +329,10 @@
+ <groupId>ch.qos.reload4j</groupId>
+ <artifactId>reload4j</artifactId>
+ </exclusion>
++ <exclusion>
++ <groupId>javax.xml.bind</groupId>
++ <artifactId>jaxb-api</artifactId>
++ </exclusion>
+ </exclusions>
+ </dependency>
+