We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The Jackson BOM manages the version of junit4 (it's actually done in the Jackson parent pom https://repo1.maven.org/maven2/com/fasterxml/jackson/jackson-parent/2.12/jackson-parent-2.12.pom). Since we don't manage the version of junit4 it moves to whatever Jackson is using. That makes it non-deterministic.
Because of this we should probably manage the version of junit4 (in dependencies/pom.xml)
dependencies/pom.xml
The text was updated successfully, but these errors were encountered:
barchetta
No branches or pull requests
Environment Details
Problem Description
The Jackson BOM manages the version of junit4 (it's actually done in the Jackson parent pom https://repo1.maven.org/maven2/com/fasterxml/jackson/jackson-parent/2.12/jackson-parent-2.12.pom). Since we don't manage the version of junit4 it moves to whatever Jackson is using. That makes it non-deterministic.
Because of this we should probably manage the version of junit4 (in
dependencies/pom.xml
)The text was updated successfully, but these errors were encountered: