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

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


The following commit(s) were added to refs/heads/branch-2.6 by this push:
     new 3c64fff0fdb HBASE-29008 Upgrade JAX-WS to to 2.3.7 (#6538)
3c64fff0fdb is described below

commit 3c64fff0fdbf3eb798e259945d231c5d95074fed
Author: Istvan Toth <[email protected]>
AuthorDate: Fri Jan 10 06:55:40 2025 +0100

    HBASE-29008 Upgrade JAX-WS to to 2.3.7 (#6538)
    
    Signed-off-by: Duo Zhang <[email protected]>
---
 hbase-resource-bundle/src/main/resources/META-INF/LICENSE.vm | 4 ++--
 pom.xml                                                      | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/hbase-resource-bundle/src/main/resources/META-INF/LICENSE.vm 
b/hbase-resource-bundle/src/main/resources/META-INF/LICENSE.vm
index 2069632708c..15bdb160560 100644
--- a/hbase-resource-bundle/src/main/resources/META-INF/LICENSE.vm
+++ b/hbase-resource-bundle/src/main/resources/META-INF/LICENSE.vm
@@ -1492,14 +1492,14 @@ ${dep.scm.url}
 #if(${dep.licenses[0].name.equals("Common Public License Version 1.0")})
 #set($aggregated = $cpl.add($dep))
 #end
-#if( ${dep.licenses[0].name.contains("Eclipse Public License")} )
+#if( ${dep.licenses[0].name.contains("Eclipse Public License")} || 
${dep.licenses[0].name.contains("EPL")} )
 #if( ${dep.licenses[0].name.contains("1.0")} )
 #set($aggregated = $epl_1_0.add($dep))
 #elseif( ${dep.licenses[0].name.contains("2.0")} )
 #set($aggregated = $epl_2_0.add($dep))
 #end
 #end
-#if( ${dep.licenses[0].name.contains("Eclipse Distribution License")} )
+#if( ${dep.licenses[0].name.contains("Eclipse Distribution License")} || 
${dep.licenses[0].name.contains("EDL")} )
 #if( ${dep.licenses[0].name.contains("1.0")} )
 #set($aggregated = $edl_1_0.add($dep))
 #end
diff --git a/pom.xml b/pom.xml
index fb49db6e4f0..0f578112a0b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1565,7 +1565,7 @@
       <dependency>
         <groupId>com.sun.xml.ws</groupId>
         <artifactId>jaxws-rt</artifactId>
-        <version>2.3.2</version>
+        <version>2.3.7</version>
         <exclusions>
           <exclusion>
             <groupId>javax.activation</groupId>

Reply via email to