This is an automated email from the ASF dual-hosted git repository. mthakur pushed a commit to branch branch-3.3 in repository https://gitbox.apache.org/repos/asf/hadoop.git
The following commit(s) were added to refs/heads/branch-3.3 by this push: new 7540fb15aff2 HADOOP-18929. Exclude commons-compress module-info.class (#6170) 7540fb15aff2 is described below commit 7540fb15aff244fc9b8074e689d8dc95fd1d270f Author: PJ Fanning <pjfann...@users.noreply.github.com> AuthorDate: Wed Oct 11 18:50:37 2023 +0100 HADOOP-18929. Exclude commons-compress module-info.class (#6170) Contributed By: PJ Fanning --- hadoop-client-modules/hadoop-client-minicluster/pom.xml | 6 ++++++ hadoop-client-modules/hadoop-client-runtime/pom.xml | 6 ++++++ 2 files changed, 12 insertions(+) diff --git a/hadoop-client-modules/hadoop-client-minicluster/pom.xml b/hadoop-client-modules/hadoop-client-minicluster/pom.xml index bef5da607979..15ee04c9d052 100644 --- a/hadoop-client-modules/hadoop-client-minicluster/pom.xml +++ b/hadoop-client-modules/hadoop-client-minicluster/pom.xml @@ -762,6 +762,12 @@ <exclude>META-INF/versions/9/module-info.class</exclude> </excludes> </filter> + <filter> + <artifact>org.apache.commons:commons-compress</artifact> + <excludes> + <exclude>META-INF/versions/9/module-info.class</exclude> + </excludes> + </filter> <!-- Mockito tries to include its own unrelocated copy of hamcrest. :( --> <filter> diff --git a/hadoop-client-modules/hadoop-client-runtime/pom.xml b/hadoop-client-modules/hadoop-client-runtime/pom.xml index 95f498b05b5e..c16f2677590d 100644 --- a/hadoop-client-modules/hadoop-client-runtime/pom.xml +++ b/hadoop-client-modules/hadoop-client-runtime/pom.xml @@ -256,6 +256,12 @@ <exclude>META-INF/versions/9/module-info.class</exclude> </excludes> </filter> + <filter> + <artifact>org.apache.commons:commons-compress</artifact> + <excludes> + <exclude>META-INF/versions/9/module-info.class</exclude> + </excludes> + </filter> </filters> <relocations> --------------------------------------------------------------------- To unsubscribe, e-mail: common-commits-unsubscr...@hadoop.apache.org For additional commands, e-mail: common-commits-h...@hadoop.apache.org