This is an automated email from the ASF dual-hosted git repository. iwasakims pushed a commit to branch branch-3.2 in repository https://gitbox.apache.org/repos/asf/bigtop.git
commit 971bc2d159dc29ff02650651422437f6204db9ec Author: Masatake Iwasaki <[email protected]> AuthorDate: Thu Jun 15 14:58:42 2023 +0900 BIGTOP-3949. Fix dependency convergence error of Zeppelin. (#1119) (cherry picked from commit b024507fb6929f20e5290175fba398bd82c6dfbb) --- .../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> +
