Skip to content

Commit

Permalink
HBASE-28760 Exclude pom file of jaxws-ri in output tarball (#6135)
Browse files Browse the repository at this point in the history
Signed-off-by: Nihal Jain <[email protected]>
(cherry picked from commit be2cf58)
  • Loading branch information
Apache9 committed Aug 6, 2024
1 parent b4e56fb commit 67fb256
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions hbase-assembly/src/main/assembly/hadoop-three-compat.xml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,8 @@
<dependencySets>
<dependencySet>
<excludes>
<!-- Exclude pom file -->
<exclude>com.sun.xml.ws:jaxws-ri:pom</exclude>
<!-- Exclude libraries that we put in their own dirs under lib/ -->
<exclude>org.jruby:jruby-complete</exclude>
<exclude>com.sun.jersey:*</exclude>
Expand Down

0 comments on commit 67fb256

Please sign in to comment.