HADOOP-18160 Avoid shading wildfly.openssl runtime dependency (#4074)
Contributed by André Fonseca. Change-Id: I198c66b58c0e05c1752ad9d6a50fe2f2932f61d5
This commit is contained in:
parent
105e0dbd92
commit
5e102a6ebb
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue