I followed following step: 1. mvn archetype:generate -DgroupId=FourthNeutron -DartifactId=fourthNeutron -DarchetypeArtifactId=maven-archetype-quickstart -DinteractiveMode=false
2. Updated *pom.xml, *as attached. 3. mvn* eclipse:eclipse.* 4. Import in eclipse. 5. Wrote the attached code. 6. Run the application. On Mon, Jun 23, 2014 at 3:57 PM, f 62 <[email protected]> wrote: > 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 >> >> >
