From 59d07bdcc36ca4744b3a724d9874b5f36e637619 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Fonseca?= <1077309+andreAmorimF@users.noreply.github.com> Date: Tue, 22 Mar 2022 18:14:29 +0100 Subject: [PATCH] HADOOP-18160 Avoid shading wildfly.openssl runtime dependency (#4074) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 9b70f8c8b01..82f2f8a7780 100644 --- a/hadoop-client-modules/hadoop-client-api/pom.xml +++ b/hadoop-client-modules/hadoop-client-api/pom.xml @@ -161,6 +161,9 @@ org/xerial/snappy/* org/xerial/snappy/**/* + + org/wildfly/openssl/* + org/wildfly/openssl/**/*