This is an automated email from the ASF dual-hosted git repository. stevel pushed a commit to branch branch-3.4.1 in repository https://gitbox.apache.org/repos/asf/hadoop.git
The following commit(s) were added to refs/heads/branch-3.4.1 by this push: new 842dd074107 HADOOP-19288. hadoop-client-runtime to exclude dnsjava InetAddressResolverProvider (#7070) 842dd074107 is described below commit 842dd074107382285d18dd1403e3aa06a0467c9e 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 f1dc7062a32..5a55ef01a2e 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