Skip to content

Commit 548c05c

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

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
@@ -1537,6 +1537,14 @@
15371537
<groupId>javax.activation</groupId>
15381538
<artifactId>javax.activation-api</artifactId>
15391539
</exclusion>
1540+
<exclusion>
1541+
<groupId>com.sun.xml.ws</groupId>
1542+
<artifactId>release-documentation</artifactId>
1543+
</exclusion>
1544+
<exclusion>
1545+
<groupId>com.sun.xml.ws</groupId>
1546+
<artifactId>samples</artifactId>
1547+
</exclusion>
15401548
</exclusions>
15411549
</dependency>
15421550
<dependency>

0 commit comments

Comments
 (0)