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

Match compile and runtime versions of jackson library dependency. #639

Closed
adakeles opened this issue Nov 8, 2022 · 2 comments
Closed

Match compile and runtime versions of jackson library dependency. #639

adakeles opened this issue Nov 8, 2022 · 2 comments
Labels
waiting for customer This issue is waiting for a response from the issue or PR author

Comments

@adakeles
Copy link

adakeles commented Nov 8, 2022

The dependency
com.fasterxml.jackson.core:jackson-databind
seems to have inconsistent versions between runtime and compile when using java-jwt 4.2.1.

Expected result:

\- com.fasterxml.jackson.core:jackson-databind:jar:2.13.4.2:runtime
   +- com.fasterxml.jackson.core:jackson-annotations:jar:2.13.4:runtime
...
+- com.auth0:java-jwt:jar:4.2.1:compile
\- com.fasterxml.jackson.core:jackson-databind:jar:2.13.4.2:compile

Actual result:

\- com.fasterxml.jackson.core:jackson-databind:jar:2.13.4.2:runtime
   +- com.fasterxml.jackson.core:jackson-annotations:jar:2.13.4:runtime
...
+- com.auth0:java-jwt:jar:4.2.1:compile
\- com.fasterxml.jackson.core:jackson-databind:jar:2.13.3:compile  <------ Inconsistent with runtime. Expected to be 2.13.4.2

java-jwt version used: 4.2.1

Related issue: 624
Related issue: jackson-databind 3582

@jimmyjames jimmyjames added the needs investigation An issue that has more questions to answer or otherwise needs work to fully understand the issue label Nov 28, 2022
@jimmyjames
Copy link
Contributor

👋 hi @adakeles, is it possible that you are including other dependencies which could be causing this issue? When I look at the dependencies of auth0-java (which uses this library), the dependencies appear to resolve as expected.

@jimmyjames jimmyjames added waiting for customer This issue is waiting for a response from the issue or PR author and removed needs investigation An issue that has more questions to answer or otherwise needs work to fully understand the issue labels Nov 29, 2022
@jimmyjames
Copy link
Contributor

Given that the Jackson dependency is implementation scoped, I don't see how this is an issue with this library, so closing this issue. If additional details are found that cause the issue, please share here so others are aware. Thanks!

@jimmyjames jimmyjames closed this as not planned Won't fix, can't repro, duplicate, stale Dec 3, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
waiting for customer This issue is waiting for a response from the issue or PR author
Projects
None yet
Development

No branches or pull requests

2 participants