This is an automated email from the ASF dual-hosted git repository.
stevel pushed a commit to branch branch-3.3.3
in repository https://gitbox.apache.org/repos/asf/hadoop.git
The following commit(s) were added to refs/heads/branch-3.3.3 by this push:
new 5212fde42f1 HADOOP-18160 Avoid shading wildfly.openssl runtime
dependency (#4074)
5212fde42f1 is described below
commit 5212fde42f1ce8e937ab0bb124e801411fbd8f9c
Author: André Fonseca <[email protected]>
AuthorDate: Tue Mar 22 18:14:29 2022 +0100
HADOOP-18160 Avoid shading wildfly.openssl runtime dependency (#4074)
Contributed by André Fonseca.
Change-Id: I198c66b58c0e05c1752ad9d6a50fe2f2932f61d5
---
hadoop-client-modules/hadoop-client-api/pom.xml | 3 +++
1 file changed, 3 insertions(+)
diff --git a/hadoop-client-modules/hadoop-client-api/pom.xml
b/hadoop-client-modules/hadoop-client-api/pom.xml
index ac4a5ac23aa..0e206d4f168 100644
--- a/hadoop-client-modules/hadoop-client-api/pom.xml
+++ b/hadoop-client-modules/hadoop-client-api/pom.xml
@@ -161,6 +161,9 @@
<!-- Exclude snappy-java -->
<exclude>org/xerial/snappy/*</exclude>
<exclude>org/xerial/snappy/**/*</exclude>
+ <!-- Exclude org.widlfly.openssl -->
+ <exclude>org/wildfly/openssl/*</exclude>
+ <exclude>org/wildfly/openssl/**/*</exclude>
</excludes>
</relocation>
<relocation>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]