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 52074731b6 jena-base does not use depend on Google Guava
52074731b6 is described below

commit 52074731b6f265d0572874ce18673e1428e01ef1
Author: Andy Seaborne <[email protected]>
AuthorDate: Mon Feb 9 11:56:54 2026 +0000

    jena-base does not use depend on Google Guava
---
 jena-base/pom.xml | 7 -------
 pom.xml           | 4 ++--
 2 files changed, 2 insertions(+), 9 deletions(-)

diff --git a/jena-base/pom.xml b/jena-base/pom.xml
index 59394db480..a22e8cc470 100644
--- a/jena-base/pom.xml
+++ b/jena-base/pom.xml
@@ -92,13 +92,6 @@
       <artifactId>caffeine</artifactId>
     </dependency>
 
-    <!--
-    <dependency>
-      <groupId>com.google.guava</groupId>
-      <artifactId>guava</artifactId>
-    </dependency>
-    -->
-
     <!-- supports persistent data structures -->
     <dependency>
       <groupId>com.github.andrewoma.dexx</groupId>
diff --git a/pom.xml b/pom.xml
index 46832103ea..712e944a14 100644
--- a/pom.xml
+++ b/pom.xml
@@ -457,8 +457,8 @@
           Either explicitly depend here or choose one
           route and exclude from the others or exclude
           systematically. If the dependency plugin is being used,
-    it will likely report errors because it is stricter than
-    the maven resolution rule.
+          it will likely report errors because it is stricter than
+          the maven resolution rule.
 
           Gson is probably the one to choose as the preferred route.
           https://github.com/google/gson/issues/2681#issuecomment-2125845040

Reply via email to