Skip to content

Commit 3f51fad

Browse files
authored
HBASE-28784 Exclude samples and release-documentation zip of jaxws-ri from output tarball (#6157) (#6158)
Signed-off-by: Duo Zhang <[email protected]> (cherry picked from commit 98e7e1b)
1 parent 6ee3069 commit 3f51fad

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

pom.xml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1791,6 +1791,14 @@
17911791
<groupId>javax.activation</groupId>
17921792
<artifactId>javax.activation-api</artifactId>
17931793
</exclusion>
1794+
<exclusion>
1795+
<groupId>com.sun.xml.ws</groupId>
1796+
<artifactId>release-documentation</artifactId>
1797+
</exclusion>
1798+
<exclusion>
1799+
<groupId>com.sun.xml.ws</groupId>
1800+
<artifactId>samples</artifactId>
1801+
</exclusion>
17941802
</exclusions>
17951803
</dependency>
17961804
<dependency>

0 commit comments

Comments
 (0)