Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

pom dependences #604

Closed
StankoStan opened this issue Sep 6, 2018 · 2 comments
Closed

pom dependences #604

StankoStan opened this issue Sep 6, 2018 · 2 comments
Assignees

Comments

@StankoStan
Copy link

That copy-paste pom.xml will not work, as it will throw the errors:
java.lang.NoSuchMethodError: com.fasterxml.jackson.core.JsonGenerator.writeStartObject......

the issue is that maven will show the older Jackson-core-2.6.0.jar, as dependency hierarchy says: Jackson-core: 2.9.4 (omitted for conflict with 2.6.0)
Jackson-databind-2.9.4
Jackson-datatype-joda-2.9.4
Jackson-annotations-2.9.0

after forcing 2.9.4 for core, everything went fine.


Document Details

Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.

@brunoborges
Copy link
Member

@JonathanGiles this is a classpath dependency conflict issue

@alzimmermsft
Copy link
Member

The links mentioned in the issue no longer exist and this is the closest equivalent I was able to find: https://docs.microsoft.com/en-us/azure/developer/java/sdk/get-started

This new link getting started guide no longer has the aforementioned issue, so I will close this out.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants