In the final state of this feature a rebase on Master was executed. In resolving a merge problem with the Maven project file "JClouds Project", an important change already introduced in Master was overlooked. The library Guice was already updated to the latest version 4.2.3 in Master, and the original version number 3.0 was accidentally added to the Maven project file. This modification removes the version number 3.0 from the configuration.
diff --git a/project/pom.xml b/project/pom.xml
index 5e63cb4..67226f7 100644
--- a/project/pom.xml
+++ b/project/pom.xml
@@ -230,7 +230,6 @@
     <guava.osgi.import>com.google.common.*;version="[22.0,30.0.0)"</guava.osgi.import>
     <guice.version>4.2.3</guice.version>
     <gson.version>2.8.6</gson.version>
-    <guice.version>3.0</guice.version>
     <okhttp.version>2.2.0</okhttp.version>
     <okio.osgi.import>okio;version="[1.2.0,1.3)"</okio.osgi.import>
     <surefire.version>2.17</surefire.version>