You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jena.apache.org by an...@apache.org on 2020/11/11 19:24:59 UTC

[jena] branch master updated: Revert update for guava for jena-elephas

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

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


The following commit(s) were added to refs/heads/master by this push:
     new eaffc6a  Revert update for guava for jena-elephas
eaffc6a is described below

commit eaffc6ae509eede7c3b738968a0c45bfb24a1b6f
Author: Andy Seaborne <an...@apache.org>
AuthorDate: Wed Nov 11 19:24:53 2020 +0000

    Revert update for guava for jena-elephas
---
 jena-elephas/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/jena-elephas/pom.xml b/jena-elephas/pom.xml
index 4943c9c..7bb4f10 100644
--- a/jena-elephas/pom.xml
+++ b/jena-elephas/pom.xml
@@ -107,7 +107,7 @@ limitations under the License.
       <dependency>
         <groupId>com.google.guava</groupId>
         <artifactId>guava</artifactId>
-        <version>30.0-jre</version>
+	<version>11.0.2</version>
       </dependency>
 
       <!-- CLI Related Dependencies -->