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

andy pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/jena.git


The following commit(s) were added to refs/heads/main by this push:
     new e8866d1d69 GH-3742: Remove dependencyManagement of 
jakarta.xml.bind-api and jaxb-api
e8866d1d69 is described below

commit e8866d1d692042bad2c31a0f4efd4d75bd4700c7
Author: Andy Seaborne <[email protected]>
AuthorDate: Mon Feb 9 09:22:17 2026 +0000

    GH-3742: Remove dependencyManagement of jakarta.xml.bind-api and jaxb-api
---
 pom.xml | 16 +---------------
 1 file changed, 1 insertion(+), 15 deletions(-)

diff --git a/pom.xml b/pom.xml
index db529235aa..46832103ea 100644
--- a/pom.xml
+++ b/pom.xml
@@ -119,8 +119,7 @@
 
     <!-- GeoSPARQL related -->
     <ver.kryo>5.6.2</ver.kryo>
-    <ver.jaxb-api>2.3.1</ver.jaxb-api>
-    <ver.jakarta-xml-bind>4.0.5</ver.jakarta-xml-bind>
+    <!-- Used in /jena-fuseki-geosparql -->
     <ver.jcommander>1.82</ver.jcommander>
     <ver.sis>1.4</ver.sis>
     <ver.jts>1.20.0</ver.jts>
@@ -764,19 +763,6 @@
         <version>${ver.jcommander}</version>
       </dependency>
 
-      <dependency>
-        <groupId>jakarta.xml.bind</groupId>
-        <artifactId>jakarta.xml.bind-api</artifactId>
-        <version>${ver.jakarta-xml-bind}</version>
-      </dependency>
-
-      <!-- Needed by jena-geosparql -->
-      <dependency>
-        <groupId>javax.xml.bind</groupId>
-        <artifactId>jaxb-api</artifactId>
-        <version>${ver.jaxb-api}</version>
-      </dependency>
-
       <dependency>
         <groupId>org.apache.sis.core</groupId>
         <artifactId>sis-referencing</artifactId>

Reply via email to