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

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


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

commit 334cd0a7377e96af8ee877d212681d904151208f
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 86e6561a49d..8f1e142b206 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1541,7 +1541,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