Skip to content

Commit 84777d5

Browse files
committed
HBASE-28784 Exclude samples and release-documentation zip of jaxws-ri from output tarball (#6157)
Signed-off-by: Duo Zhang <zhangduo@apache.org> (cherry picked from commit 98e7e1b)
1 parent d94def3 commit 84777d5

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
@@ -1560,6 +1560,14 @@
15601560
<groupId>javax.activation</groupId>
15611561
<artifactId>javax.activation-api</artifactId>
15621562
</exclusion>
1563+
<exclusion>
1564+
<groupId>com.sun.xml.ws</groupId>
1565+
<artifactId>release-documentation</artifactId>
1566+
</exclusion>
1567+
<exclusion>
1568+
<groupId>com.sun.xml.ws</groupId>
1569+
<artifactId>samples</artifactId>
1570+
</exclusion>
15631571
</exclusions>
15641572
</dependency>
15651573
<dependency>

0 commit comments

Comments
 (0)