Hi Andrew,

    Here is the output of : http://pastie.org/9315980 *mvn dependency:tree,
*as u asked.

Thnx,
Vikash


On Mon, Jun 23, 2014 at 2:44 PM, Andrew Phillips <[email protected]> wrote:

> Hi there
>
> It looks like you have a version conflict? From your POM, the version of
> the jclouds OpenStack JARs will probably be 1.7.3:
>
>   <jclouds.version>1.7.3</jclouds.version>
>
> The stacktrace indicates that the jclouds core libraries are 1.7.2:
>
>
>   at org.jclouds.json.internal.EnumTypeAdapterThatReturnsFrom
> Value.deserialize(EnumTypeAdapterThatReturnsFromValue.java:44)
> ~[jclouds-core-1.7.2.jar:1.7.2]
>
> Could you update your project definition so that you're using 1.7.3 for
> all jclouds libraries? If that doesn't seem to work, could you get the full
> dependency list by running
>
> mvn dependency:tree
>
> in your project's root directory, and putting the result in a Gist or
> Pastie?
>
> Regards
>
> ap
>
>

Reply via email to