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 94ec286032 GH-3133: Add jena-langtag to the Jena BOM
94ec286032 is described below

commit 94ec286032254f05e3689971a6347d830a176399
Author: Andy Seaborne <[email protected]>
AuthorDate: Mon Apr 14 16:37:23 2025 +0100

    GH-3133: Add jena-langtag to the Jena BOM
---
 jena-bom/pom.xml | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/jena-bom/pom.xml b/jena-bom/pom.xml
index 0fa2a7a593..64542d7051 100644
--- a/jena-bom/pom.xml
+++ b/jena-bom/pom.xml
@@ -113,6 +113,7 @@
         <artifactId>jena-geosparql</artifactId>
         <version>${project.version}</version>
       </dependency>
+
       <dependency>
         <groupId>org.apache.jena</groupId>
         <artifactId>jena-permissions</artifactId>
@@ -135,6 +136,7 @@
         <artifactId>jena-fuseki-access</artifactId>
         <version>${project.version}</version>
       </dependency>
+
       <!--
       <dependency>
         <groupId>org.apache.jena</groupId>
@@ -235,6 +237,12 @@
         <version>${project.version}</version>
       </dependency>
 
+      <dependency>
+        <groupId>org.apache.jena</groupId>
+        <artifactId>jena-langtag</artifactId>
+        <version>${project.version}</version>
+      </dependency>
+
     </dependencies>
   </dependencyManagement>
 

Reply via email to