HADOOP-18160 Avoid shading wildfly.openssl runtime dependency (#4074)

Contributed by André Fonseca.

Change-Id: I198c66b58c0e05c1752ad9d6a50fe2f2932f61d5
This commit is contained in:
André Fonseca 2022-03-22 18:14:29 +01:00 committed by Steve Loughran
parent 105e0dbd92
commit 5e102a6ebb
No known key found for this signature in database
GPG Key ID: D22CF846DBB162A0
1 changed files with 3 additions and 0 deletions

View File

@ -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>