Skip to content

Commit

Permalink
HADOOP-18929. Exclude commons-compress module-info.class (#6170)
Browse files Browse the repository at this point in the history
Contributed By: PJ Fanning
  • Loading branch information
pjfanning authored Oct 11, 2023
1 parent 73eccd6 commit 732d4e7
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
6 changes: 6 additions & 0 deletions hadoop-client-modules/hadoop-client-minicluster/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -759,6 +759,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>
Expand Down
6 changes: 6 additions & 0 deletions hadoop-client-modules/hadoop-client-runtime/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -250,6 +250,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>
Expand Down

0 comments on commit 732d4e7

Please sign in to comment.