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

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


The following commit(s) were added to refs/heads/master by this push:
     new 309bac7  Fix for guava lib version
309bac7 is described below

commit 309bac79aeecc9d98bb16bb01606206de6a17fe9
Author: Martin Stockhammer <[email protected]>
AuthorDate: Wed Jul 1 23:34:43 2020 +0200

    Fix for guava lib version
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 1bd70fb..7ae55e3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1414,7 +1414,7 @@
       <dependency>
         <groupId>com.google.guava</groupId>
         <artifactId>guava</artifactId>
-        <version>29.0-jre</version>
+        <version>20.0</version>
       </dependency>
 
 

Reply via email to