Skip to content

Commit

Permalink
HBASE-29008 Upgrade JAX-WS to to 2.3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
stoty committed Dec 2, 2024
1 parent 7658672 commit b3369ba
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions hbase-resource-bundle/src/main/resources/META-INF/LICENSE.vm
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1822,7 +1822,7 @@
<dependency>
<groupId>com.sun.xml.ws</groupId>
<artifactId>jaxws-ri</artifactId>
<version>2.3.2</version>
<version>2.3.7</version>
<type>pom</type>
<exclusions>
<exclusion>
Expand Down

0 comments on commit b3369ba

Please sign in to comment.