-
Notifications
You must be signed in to change notification settings - Fork 33
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
jackson-bom manages the version of junit:junit
#43
Comments
Hmmh. Ok, yes, I can see how that could be problematic. I'll try to refactor this so that managed dependency is promoted up to |
junit:junit
Restructured (was already moved in @wilkinsona not sure if it is easy for you to verify, but latest 2.13.0-SNAPSHOTs for Jackson should now have the new managed deps wrt junit. |
Thanks very much, @cowtowncoder. I should be able to give it a try. What's Jackson's snapshots repository? |
Sonatype OSS repo (the usual). |
Thank you. I can confirm that the changes in 2.13.0-SNAPSHOT fix the problem. |
Huh I thought this was fixed in FasterXML/jackson-parent#6 but I guess that was just the scope change. |
I've just noticed that jackson-bom manages the version of junit:junit, inheriting it from jackson-parent. Ideally, Jackson's bom would only manage Jackson's own modules. This is currently causing a problem with JUnit 5.8 where there are some conflicting version requirements when building with Gradle:
The text was updated successfully, but these errors were encountered: