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 586c67be33f HBASE-29009 Depend on jaxws-rt instead jaxws-ri (addendum:
fix hbase-dev-generate-classpath)
586c67be33f is described below
commit 586c67be33f9727ea09dc845b0510118e39d95df
Author: Istvan Toth <[email protected]>
AuthorDate: Tue Dec 10 13:46:23 2024 +0100
HBASE-29009 Depend on jaxws-rt instead jaxws-ri (addendum: fix
hbase-dev-generate-classpath)
---
hbase-dev-generate-classpath/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/hbase-dev-generate-classpath/pom.xml
b/hbase-dev-generate-classpath/pom.xml
index b7fed7a211d..d37314db8bf 100644
--- a/hbase-dev-generate-classpath/pom.xml
+++ b/hbase-dev-generate-classpath/pom.xml
@@ -195,7 +195,7 @@
</dependency>
<dependency>
<groupId>com.sun.xml.ws</groupId>
- <artifactId>jaxws-ri</artifactId>
+ <artifactId>jaxws-rt</artifactId>
<type>pom</type>
</dependency>
<!--