You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-commits@hadoop.apache.org by st...@apache.org on 2022/03/22 18:52:24 UTC

[hadoop] branch branch-3.3 updated: HADOOP-18160 Avoid shading wildfly.openssl runtime dependency (#4074)

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

stevel pushed a commit to branch branch-3.3
in repository https://gitbox.apache.org/repos/asf/hadoop.git


The following commit(s) were added to refs/heads/branch-3.3 by this push:
     new 5e102a6  HADOOP-18160 Avoid shading wildfly.openssl runtime dependency (#4074)
5e102a6 is described below

commit 5e102a6ebbda6bdd6dedfd8d6b983982985e78b4
Author: André Fonseca <10...@users.noreply.github.com>
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 ac4a5ac..0e206d4 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: common-commits-unsubscribe@hadoop.apache.org
For additional commands, e-mail: common-commits-help@hadoop.apache.org