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

Dependency convergence issue on jackson-databind #641

Closed
berezovskyi opened this issue Jan 26, 2017 · 2 comments
Closed

Dependency convergence issue on jackson-databind #641

berezovskyi opened this issue Jan 26, 2017 · 2 comments

Comments

@berezovskyi
Copy link

com.marklogic:java-client-api:jar:3.0.6

Building a maven site gives the following convergence problem:

...
\- com.marklogic:java-client-api:jar:3.0.6:compile
   \- com.fasterxml.jackson.core:jackson-databind:jar:2.8.3:compile
      \- (com.fasterxml.jackson.core:jackson-annotations:jar:2.8.0:compile - omitted for conflict with 2.8.3)
...
\- com.marklogic:java-client-api:jar:3.0.6:compile
   \- com.fasterxml.jackson.core:jackson-annotations:jar:2.8.3:compile

The problem was previously reported here: FasterXML/jackson-databind#135.

The fix is to depend on the x.x.0 version of the annotation library until Jackson devs change their mind so the dependency trees would look like this (supposedly in 3.0.7):

...
\- com.marklogic:java-client-api:jar:3.0.7:compile
   \- com.fasterxml.jackson.core:jackson-databind:jar:2.8.3:compile
      \- (com.fasterxml.jackson.core:jackson-annotations:jar:2.8.0:compile
...
\- com.marklogic:java-client-api:jar:3.0.7:compile
   \- com.fasterxml.jackson.core:jackson-annotations:jar:2.8.0:compile
@sammefford
Copy link
Contributor

@georgeajit as long as the tests pass, I think we're good on this

@georgeajit georgeajit added ship and removed test labels Sep 20, 2017
@georgeajit
Copy link
Contributor

Test are passing.

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