This is an automated email from the ASF dual-hosted git repository.

stoty pushed a commit to branch branch-3
in repository https://gitbox.apache.org/repos/asf/hbase.git


The following commit(s) were added to refs/heads/branch-3 by this push:
     new cdbaa3e5d55 HBASE-29010 Remove unrelocated JAX-WS from assembly (#6505)
cdbaa3e5d55 is described below

commit cdbaa3e5d557038561d8e96536ccb91e61eb6df4
Author: Istvan Toth <[email protected]>
AuthorDate: Tue Dec 10 13:12:34 2024 +0100

    HBASE-29010 Remove unrelocated JAX-WS from assembly (#6505)
    
    Signed-off-by:  Wellington Chevreuil <[email protected]>
    (cherry picked from commit 0b61e3a2371e9c41a9ce785860e0c5894200fb22)
---
 hbase-assembly/pom.xml | 7 -------
 1 file changed, 7 deletions(-)

diff --git a/hbase-assembly/pom.xml b/hbase-assembly/pom.xml
index 0e6c2181b45..c9db9a9ddee 100644
--- a/hbase-assembly/pom.xml
+++ b/hbase-assembly/pom.xml
@@ -170,13 +170,6 @@
       <groupId>jline</groupId>
       <artifactId>jline</artifactId>
     </dependency>
-    <!-- FIXME this is only kept to simplify reviewing the assembly refactor.
-    See HBASE-29010 -->
-    <dependency>
-      <groupId>com.sun.xml.ws</groupId>
-      <artifactId>jaxws-ri</artifactId>
-      <type>pom</type>
-    </dependency>
     <!--
       Include the log framework here.
       For other sub modules, we only declare slf4j-api as a compile dependency,

Reply via email to