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

jamesbognar pushed a commit to branch juneau-8.1.4-branch
in repository https://gitbox.apache.org/repos/asf/juneau.git


The following commit(s) were added to refs/heads/juneau-8.1.4-branch by this 
push:
     new 5cf11d3dd Update jaxb-api to jakarta.xml.bind-api
5cf11d3dd is described below

commit 5cf11d3dd9558a654ec5ec35c0a2bf5fbeeb4cd7
Author: James Bognar <[email protected]>
AuthorDate: Wed Oct 16 12:08:37 2024 -0400

    Update jaxb-api to jakarta.xml.bind-api
---
 juneau-core/juneau-core-utest/pom.xml                    | 6 +++---
 juneau-core/juneau-dto/pom.xml                           | 4 ++--
 juneau-core/juneau-marshall/pom.xml                      | 4 ++--
 juneau-examples/juneau-examples-rest-jetty-ftest/pom.xml | 4 ++--
 juneau-examples/juneau-examples-rest-jetty/pom.xml       | 4 ++--
 juneau-rest/juneau-rest-server-utest/pom.xml             | 4 ++--
 juneau-rest/juneau-rest-server/pom.xml                   | 4 ++--
 pom.xml                                                  | 6 +++---
 8 files changed, 18 insertions(+), 18 deletions(-)

diff --git a/juneau-core/juneau-core-utest/pom.xml 
b/juneau-core/juneau-core-utest/pom.xml
index b7846aace..9ee81d6dd 100644
--- a/juneau-core/juneau-core-utest/pom.xml
+++ b/juneau-core/juneau-core-utest/pom.xml
@@ -55,8 +55,8 @@
                        <optional>false</optional>
                </dependency>
                <dependency>
-                       <groupId>javax.xml.bind</groupId>
-                       <artifactId>jaxb-api</artifactId>
+                       <groupId>jakarta.xml.bind</groupId>
+                       <artifactId>jakarta.xml.bind-api</artifactId>
                </dependency>
                <dependency>
                        <groupId>junit</groupId>
@@ -67,7 +67,7 @@
        <properties>
                <!-- Skip javadoc generation since we generate them in the 
aggregate pom -->
                <maven.javadoc.skip>true</maven.javadoc.skip>
-               
+
                <maven.compiler.source>1.8</maven.compiler.source>
                <maven.compiler.target>1.8</maven.compiler.target>
        </properties>
diff --git a/juneau-core/juneau-dto/pom.xml b/juneau-core/juneau-dto/pom.xml
index 0caba1919..ae317c593 100644
--- a/juneau-core/juneau-dto/pom.xml
+++ b/juneau-core/juneau-dto/pom.xml
@@ -35,8 +35,8 @@
                        <version>${project.version}</version>
                </dependency>
                <dependency>
-                       <groupId>javax.xml.bind</groupId>
-                       <artifactId>jaxb-api</artifactId>
+                       <groupId>jakarta.xml.bind</groupId>
+                       <artifactId>jakarta.xml.bind-api</artifactId>
                </dependency>
        </dependencies>
 
diff --git a/juneau-core/juneau-marshall/pom.xml 
b/juneau-core/juneau-marshall/pom.xml
index 421aee319..086fa74b7 100644
--- a/juneau-core/juneau-marshall/pom.xml
+++ b/juneau-core/juneau-marshall/pom.xml
@@ -38,8 +38,8 @@
 
        <dependencies>
                <dependency>
-                       <groupId>javax.xml.bind</groupId>
-                       <artifactId>jaxb-api</artifactId>
+                       <groupId>jakarta.xml.bind</groupId>
+                       <artifactId>jakarta.xml.bind-api</artifactId>
                </dependency>
        </dependencies>
 
diff --git a/juneau-examples/juneau-examples-rest-jetty-ftest/pom.xml 
b/juneau-examples/juneau-examples-rest-jetty-ftest/pom.xml
index f83cb405b..169872406 100644
--- a/juneau-examples/juneau-examples-rest-jetty-ftest/pom.xml
+++ b/juneau-examples/juneau-examples-rest-jetty-ftest/pom.xml
@@ -59,8 +59,8 @@
 
                <!-- Other -->
                <dependency>
-                       <groupId>javax.xml.bind</groupId>
-                       <artifactId>jaxb-api</artifactId>
+                       <groupId>jakarta.xml.bind</groupId>
+                       <artifactId>jakarta.xml.bind-api</artifactId>
                </dependency>
                <dependency>
                        <groupId>junit</groupId>
diff --git a/juneau-examples/juneau-examples-rest-jetty/pom.xml 
b/juneau-examples/juneau-examples-rest-jetty/pom.xml
index e940bc760..2cf649c9b 100644
--- a/juneau-examples/juneau-examples-rest-jetty/pom.xml
+++ b/juneau-examples/juneau-examples-rest-jetty/pom.xml
@@ -52,8 +52,8 @@
 
                <!-- Other -->
                <dependency>
-                       <groupId>javax.xml.bind</groupId>
-                       <artifactId>jaxb-api</artifactId>
+                       <groupId>jakarta.xml.bind</groupId>
+                       <artifactId>jakarta.xml.bind-api</artifactId>
                </dependency>
 
        </dependencies>
diff --git a/juneau-rest/juneau-rest-server-utest/pom.xml 
b/juneau-rest/juneau-rest-server-utest/pom.xml
index f4d083136..646b3156b 100644
--- a/juneau-rest/juneau-rest-server-utest/pom.xml
+++ b/juneau-rest/juneau-rest-server-utest/pom.xml
@@ -39,8 +39,8 @@
                        <artifactId>javax.servlet-api</artifactId>
                </dependency>
                <dependency>
-                       <groupId>javax.xml.bind</groupId>
-                       <artifactId>jaxb-api</artifactId>
+                       <groupId>jakarta.xml.bind</groupId>
+                       <artifactId>jakarta.xml.bind-api</artifactId>
                </dependency>
                <dependency>
                        <groupId>jakarta.activation</groupId>
diff --git a/juneau-rest/juneau-rest-server/pom.xml 
b/juneau-rest/juneau-rest-server/pom.xml
index adb9d6be6..bc4040e12 100644
--- a/juneau-rest/juneau-rest-server/pom.xml
+++ b/juneau-rest/juneau-rest-server/pom.xml
@@ -49,8 +49,8 @@
                        <artifactId>javax.servlet-api</artifactId>
                </dependency>
                <dependency>
-                       <groupId>javax.xml.bind</groupId>
-                       <artifactId>jaxb-api</artifactId>
+                       <groupId>jakarta.xml.bind</groupId>
+                       <artifactId>jakarta.xml.bind-api</artifactId>
                </dependency>
                <dependency>
                        <groupId>jakarta.activation</groupId>
diff --git a/pom.xml b/pom.xml
index 9b83e62a0..1fa7949db 100644
--- a/pom.xml
+++ b/pom.xml
@@ -35,7 +35,7 @@
                <maven.compiler.source>1.8</maven.compiler.source>
                <maven.compiler.target>1.8</maven.compiler.target>
 
-               <jaxb.version>2.3.1</jaxb.version>
+               <jaxb.version>2.3.2</jaxb.version>
                <jena.version>3.10.0</jena.version>
                <junit.version>4.11</junit.version>
                <jaxrs.version>1.1.1</jaxrs.version>
@@ -78,8 +78,8 @@
                                <scope>provided</scope>
                        </dependency>
                        <dependency>
-                               <groupId>javax.xml.bind</groupId>
-                               <artifactId>jaxb-api</artifactId>
+                               <groupId>jakarta.xml.bind</groupId>
+                               <artifactId>jakarta.xml.bind-api</artifactId>
                                <version>${jaxb.version}</version>
                                <scope>provided</scope>
                        </dependency>

Reply via email to