This is an automated email from the ASF dual-hosted git repository.
gaul pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/jclouds.git
The following commit(s) were added to refs/heads/master by this push:
new c73660dac8 JCLOUDS-1637: Use glassfish jaxb implementation
c73660dac8 is described below
commit c73660dac8303266d875a4fabe63cc731ebdd437
Author: Andrew Gaul <[email protected]>
AuthorDate: Wed Apr 24 20:38:19 2024 +0900
JCLOUDS-1637: Use glassfish jaxb implementation
Required by jakarta.xml.bind-api.
---
core/pom.xml | 4 ++--
project/pom.xml | 6 +++---
2 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/core/pom.xml b/core/pom.xml
index 1adc389040..d1075b2c42 100644
--- a/core/pom.xml
+++ b/core/pom.xml
@@ -70,8 +70,8 @@
<artifactId>jakarta.xml.bind-api</artifactId>
</dependency>
<dependency>
- <groupId>com.sun.xml.bind</groupId>
- <artifactId>jaxb-impl</artifactId>
+ <groupId>org.glassfish.jaxb</groupId>
+ <artifactId>jaxb-runtime</artifactId>
</dependency>
<dependency>
<groupId>org.osgi</groupId>
diff --git a/project/pom.xml b/project/pom.xml
index 6dec440992..51b2fc0854 100644
--- a/project/pom.xml
+++ b/project/pom.xml
@@ -332,9 +332,9 @@
</dependency>
<dependency>
- <groupId>com.sun.xml.bind</groupId>
- <artifactId>jaxb-impl</artifactId>
- <version>2.3.3</version>
+ <groupId>org.glassfish.jaxb</groupId>
+ <artifactId>jaxb-runtime</artifactId>
+ <version>4.0.5</version>
</dependency>
<dependency>