aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Stockhammer <martin_s@apache.org>2018-05-21 22:28:47 +0200
committerMartin Stockhammer <martin_s@apache.org>2018-05-21 22:28:47 +0200
commit69380bc743c3568483bc450ace23390381b7895b (patch)
tree88b36ebd46d34c7a61db222a9cb5eade704f79d9
parent71b40b791e863d3579fca9eb40d4c9b6fe738297 (diff)
downloadarchiva-69380bc743c3568483bc450ace23390381b7895b.tar.gz
archiva-69380bc743c3568483bc450ace23390381b7895b.zip
Trying to fix the IncompatibleClassChangeError on ciserver
-rw-r--r--pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index 17d4efe8f..8dc36444d 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>