You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@archiva.apache.org by ma...@apache.org on 2018/05/21 20:28:55 UTC

[archiva] branch master updated: Trying to fix the IncompatibleClassChangeError on ciserver

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 69380bc  Trying to fix the IncompatibleClassChangeError on ciserver
69380bc is described below

commit 69380bc743c3568483bc450ace23390381b7895b
Author: Martin Stockhammer <ma...@apache.org>
AuthorDate: Mon May 21 22:28:47 2018 +0200

    Trying to fix the IncompatibleClassChangeError on ciserver
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 17d4efe..8dc3644 100644
--- a/pom.xml
+++ b/pom.xml
@@ -561,7 +561,7 @@
       <dependency>
         <groupId>com.google.inject</groupId>
         <artifactId>guice</artifactId>
-        <version>4.0</version>
+        <version>4.1.0</version>
         <classifier>no_aop</classifier>
       </dependency>
 

-- 
To stop receiving notification emails like this one, please contact
martin_s@apache.org.