Thanks Andrew, I solved with this dependency, guava-14.0 was breaking my
code:

<dependency>
  <groupId>com.google.guava</groupId>
  <artifactId>guava</artifactId>
  <version>15.0</version>
</dependency>



On Fri, May 23, 2014 at 1:11 AM, Andrew Phillips <andr...@apache.org> wrote:

> I attached the output of mvn dependency:tree.
>>
>
> Thanks, Gaul! In that case, could you give us some details of what you
> meant by "and gson-2.0.jar at my maven directory", Filipe? jclouds itself
> uses
>
> com.google.code.gson:gson:jar:2.2.4:compile
>
> so if there's a different version of Gson also on the classpath, that
> could indeed cause problems.
>
> Regards
>
> ap
>

Reply via email to