Skip to content

Commit

Permalink
HADOOP-19288. hadoop-client-runtime to exclude dnsjava InetAddressRes…
Browse files Browse the repository at this point in the history
…olverProvider (#7070)


Contributed by dzcxzl.
  • Loading branch information
cxzl25 authored Oct 1, 2024
1 parent 45b1c86 commit 4ff0dce
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions hadoop-client-modules/hadoop-client-runtime/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -229,8 +229,9 @@
<exclude>jnamed*</exclude>
<exclude>lookup*</exclude>
<exclude>update*</exclude>
<exclude>META-INF/versions/21/*</exclude>
<exclude>META-INF/versions/21/**/*</exclude>
<exclude>META-INF/versions/18/*</exclude>
<exclude>META-INF/versions/18/**/*</exclude>
<exclude>META-INF/services/java.net.spi.InetAddressResolverProvider</exclude>
</excludes>
</filter>
<filter>
Expand All @@ -245,7 +246,7 @@
<excludes>
<exclude>META-INF/versions/9/module-info.class</exclude>
<exclude>META-INF/versions/11/module-info.class</exclude>
<exclude>META-INF/versions/21/module-info.class</exclude>
<exclude>META-INF/versions/18/module-info.class</exclude>
</excludes>
</filter>

Expand Down

0 comments on commit 4ff0dce

Please sign in to comment.