Skip to content

Commit

Permalink
HBASE-28784 Exclude samples and release-documentation zip of jaxws-ri…
Browse files Browse the repository at this point in the history
… from output tarball (apache#6157) (apache#6158)

Signed-off-by: Duo Zhang <zhangduo@apache.org>

(cherry picked from commit 98e7e1b)
  • Loading branch information
NihalJain authored Aug 17, 2024
1 parent 6ee3069 commit 3f51fad
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1791,6 +1791,14 @@
<groupId>javax.activation</groupId>
<artifactId>javax.activation-api</artifactId>
</exclusion>
<exclusion>
<groupId>com.sun.xml.ws</groupId>
<artifactId>release-documentation</artifactId>
</exclusion>
<exclusion>
<groupId>com.sun.xml.ws</groupId>
<artifactId>samples</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
Expand Down

0 comments on commit 3f51fad

Please sign in to comment.