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 d0fa0adaf83 HBASE-29009 Depend on jaxws-rt instead jaxws-ri (#6504)
d0fa0adaf83 is described below

commit d0fa0adaf836139af84534deb890a7c890104aa7
Author: Istvan Toth <[email protected]>
AuthorDate: Tue Dec 10 13:30:24 2024 +0100

    HBASE-29009 Depend on jaxws-rt instead jaxws-ri (#6504)
    
    Signed-off-by: Nihal Jain <[email protected]>
    Reviewed-by: Aman Poonia <[email protected]>
    (cherry picked from commit 260d9f2e7121094be5f42f5965d03e2a80cb4891)
---
 hbase-it/pom.xml | 2 +-
 pom.xml          | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/hbase-it/pom.xml b/hbase-it/pom.xml
index a024a848ad6..98cf8973cd7 100644
--- a/hbase-it/pom.xml
+++ b/hbase-it/pom.xml
@@ -346,7 +346,7 @@
       <dependencies>
         <dependency>
           <groupId>com.sun.xml.ws</groupId>
-          <artifactId>jaxws-ri</artifactId>
+          <artifactId>jaxws-rt</artifactId>
           <type>pom</type>
         </dependency>
       </dependencies>
diff --git a/pom.xml b/pom.xml
index 93a26d681e2..5212907a76d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1802,7 +1802,7 @@
       </dependency>
       <dependency>
         <groupId>com.sun.xml.ws</groupId>
-        <artifactId>jaxws-ri</artifactId>
+        <artifactId>jaxws-rt</artifactId>
         <version>2.3.2</version>
         <type>pom</type>
         <exclusions>

Reply via email to