This is an automated email from the ASF dual-hosted git repository.
ngangam pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/hive.git
The following commit(s) were added to refs/heads/master by this push:
new 672949402b4 HIVE-26178: Exclude wood-stox jar in the packaging as it
conflicts with hadoop's jar in spark class path (#3248) (Saihemanth Gantasala
via Naveen Gangam)
672949402b4 is described below
commit 672949402b4df9098a207ad1438830d9b09c7ae9
Author: Sai Hemanth Gantasala
<[email protected]>
AuthorDate: Wed Apr 27 11:12:19 2022 -0700
HIVE-26178: Exclude wood-stox jar in the packaging as it conflicts with
hadoop's jar in spark class path (#3248) (Saihemanth Gantasala via Naveen
Gangam)
---
pom.xml | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/pom.xml b/pom.xml
index 9af2b33c1c7..048d0d72c0d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -846,6 +846,12 @@
<groupId>org.apache.santuario</groupId>
<artifactId>xmlsec</artifactId>
<version>${xmlsec.version}</version>
+ <exclusions>
+ <exclusion>
+ <groupId>com.fasterxml.woodstox</groupId>
+ <artifactId>woodstox-core</artifactId>
+ </exclusion>
+ </exclusions>
</dependency>
<dependency>
<groupId>com.tdunning</groupId>