You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Btw, I wanted to test Helidon with a snapshot build of Jackson (they just merged Records support).
I updated the Jackson deps but the build fail
[ERROR] Some problems were encountered while processing the POMs:
[ERROR] 'dependencies.dependency.version' for junit:junit:jar is missing. @ io.helidon.microprofile.tests:helidon-arquillian:[unknown-version], /Users/delabassee/Desktop/helidon/microprofile/tests/arquillian/pom.xml, line 64, column 21
It looks like we don't manage the version of junit 4 and we get the version transitively from Jackson. When I generate the effective pom for the pom referenced in the error above I see that the dependencyManagement from Jackson manages the junit 4 version. I assume in David's case the new Jackson version no longer manages the junit 4 version.
The text was updated successfully, but these errors were encountered:
Reported by David Delabassee:
It looks like we don't manage the version of junit 4 and we get the version transitively from Jackson. When I generate the effective pom for the pom referenced in the error above I see that the dependencyManagement from Jackson manages the junit 4 version. I assume in David's case the new Jackson version no longer manages the junit 4 version.
The text was updated successfully, but these errors were encountered: