From 842dd074107382285d18dd1403e3aa06a0467c9e Mon Sep 17 00:00:00 2001 From: cxzl25 <3898450+cxzl25@users.noreply.github.com> Date: Tue, 1 Oct 2024 21:48:48 +0800 Subject: [PATCH] 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 f1dc7062a3281..5a55ef01a2e70 100644 --- a/hadoop-client-modules/hadoop-client-runtime/pom.xml +++ b/hadoop-client-modules/hadoop-client-runtime/pom.xml @@ -229,8 +229,9 @@ jnamed* lookup* update* - META-INF/versions/21/* - META-INF/versions/21/**/* + META-INF/versions/18/* + META-INF/versions/18/**/* + META-INF/services/java.net.spi.InetAddressResolverProvider @@ -245,7 +246,7 @@ META-INF/versions/9/module-info.class META-INF/versions/11/module-info.class - META-INF/versions/21/module-info.class + META-INF/versions/18/module-info.class