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

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


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

commit 59d07bdcc36ca4744b3a724d9874b5f36e637619
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.
---
 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 9b70f8c..82f2f8a 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]

Reply via email to