This is an automated email from the ASF dual-hosted git repository. stevel pushed a commit to branch branch-3.4 in repository https://gitbox.apache.org/repos/asf/hadoop.git
The following commit(s) were added to refs/heads/branch-3.4 by this push: new b0102360368 HADOOP-19288. hadoop-client-runtime to exclude dnsjava InetAddressResolverProvider (#7070) b0102360368 is described below commit b0102360368b8e66c4a8813d0a315de54fc1a091 Author: cxzl25 <3898450+cxz...@users.noreply.github.com> AuthorDate: Tue Oct 1 21:48:48 2024 +0800 HADOOP-19288. hadoop-client-runtime to exclude dnsjava InetAddressResolverProvider (#7070) Contributed by dzcxzl. --- hadoop-client-modules/hadoop-client-runtime/pom.xml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/hadoop-client-modules/hadoop-client-runtime/pom.xml b/hadoop-client-modules/hadoop-client-runtime/pom.xml index 1a4b25e8802..93657d7e25d 100644 --- a/hadoop-client-modules/hadoop-client-runtime/pom.xml +++ b/hadoop-client-modules/hadoop-client-runtime/pom.xml @@ -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> @@ -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> --------------------------------------------------------------------- To unsubscribe, e-mail: common-commits-unsubscr...@hadoop.apache.org For additional commands, e-mail: common-commits-h...@hadoop.apache.org