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

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

commit 083bd501226b3c58a01d054896c3d4c2e87afdf0
Author: gurkerl83 <[email protected]>
AuthorDate: Sat Oct 24 14:32:04 2020 +0200

    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.
---
 project/pom.xml | 1 -
 1 file changed, 1 deletion(-)

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>

Reply via email to