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

gk pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/turbine-fulcrum-intake.git


The following commit(s) were added to refs/heads/master by this push:
     new 3d64af97 Updating jaxb replacing 'old' jaxb runtime in sun jax-impl
3d64af97 is described below

commit 3d64af97d00f8d558e411a44214f6c8fec64e104
Author: Georg Kallidis <[email protected]>
AuthorDate: Thu Jun 29 14:30:13 2023 +0200

    Updating jaxb replacing 'old' jaxb runtime in sun jax-impl
---
 pom.xml | 9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)

diff --git a/pom.xml b/pom.xml
index 9b696cac..1566e94c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -90,11 +90,10 @@
         <artifactId>jakarta.xml.bind-api</artifactId>
         <version>4.0.0</version>
     </dependency>
-    <dependency>
-        <groupId>com.sun.xml.bind</groupId>
-        <artifactId>jaxb-impl</artifactId>
-        <version>4.0.2</version>
-        <scope>runtime</scope>
+     <dependency>
+        <groupId>org.glassfish.jaxb</groupId>
+        <artifactId>jaxb-runtime</artifactId>
+        <version>4.0.3</version>
     </dependency>
     <dependency>
       <groupId>org.apache.avalon.framework</groupId>

Reply via email to