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 19150556b3 GH-2048: Remove left-over dependencies to expiring-map and 
rdf-tables.
19150556b3 is described below

commit 19150556b308836c0ca57a84fe887f8a8950e227
Author: Claus Stadler <[email protected]>
AuthorDate: Thu Sep 4 21:46:52 2025 +0200

    GH-2048: Remove left-over dependencies to expiring-map and rdf-tables.
---
 pom.xml | 26 --------------------------
 1 file changed, 26 deletions(-)

diff --git a/pom.xml b/pom.xml
index f2747a2562..cc2567797f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -801,32 +801,6 @@
         <version>2.0.6.1</version>
       </dependency>
 
-      <dependency>
-        <groupId>io.github.galbiston</groupId>
-        <artifactId>expiring-map</artifactId>
-        <version>1.0.2</version>
-      </dependency>
-
-      <dependency>
-        <groupId>io.github.galbiston</groupId>
-        <artifactId>rdf-tables</artifactId>
-        <version>1.0.5</version>
-        <exclusions>
-          <exclusion>
-            <groupId>org.apache.jena</groupId>
-            <artifactId>*</artifactId>
-          </exclusion>
-          <exclusion>
-            <groupId>com.beust</groupId>
-            <artifactId>jcommander</artifactId>
-          </exclusion>
-          <exclusion>
-            <groupId>commons-beanutils</groupId>
-            <artifactId>commons-beanutils</artifactId>
-          </exclusion>
-        </exclusions>
-      </dependency>
-
       <dependency>
         <groupId>commons-beanutils</groupId>
         <artifactId>commons-beanutils</artifactId>

Reply via email to