[
https://issues.apache.org/jira/browse/CAMEL-24633?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18112240#comment-18112240
]
Aurélien Pupier edited comment on CAMEL-24633 at 9/15/26 7:44 AM:
------------------------------------------------------------------
mentioned version junit 4.7 is coming from:
camel-fhir -> ca.uhn.hapi.fhir/[email protected] ->
[email protected] - > org.ogce/[email protected] -> junit:[email protected]
EDIT: seems the junit dep was supposed to be excluded by a typo failed to do it
https://github.com/hapifhir/hapi-fhir/commit/86ea0694376c7a8e1a7f9ef0e2b0a0765819fdc0#diff-9c5fb3d1b7e3b0f54bc5c4182965c4fe1f9023d449017cece3005d3f90e8e4d8R2205
https://github.com/hapifhir/hapi-fhir/blob/2abdabf8ef0fe722ef48a125d544a9974dc91d2d/pom.xml#L2475
EDIT2: provided PR https://github.com/hapifhir/hapi-fhir/pull/8361
EDIT3: merged in master, will be available with 8.13.0
was (Author: apupier):
mentioned version junit 4.7 is coming from:
camel-fhir -> ca.uhn.hapi.fhir/[email protected] ->
[email protected] - > org.ogce/[email protected] -> junit:[email protected]
EDIT: seems the junit dep was supposed to be excluded by a typo failed to do it
https://github.com/hapifhir/hapi-fhir/commit/86ea0694376c7a8e1a7f9ef0e2b0a0765819fdc0#diff-9c5fb3d1b7e3b0f54bc5c4182965c4fe1f9023d449017cece3005d3f90e8e4d8R2205
https://github.com/hapifhir/hapi-fhir/blob/2abdabf8ef0fe722ef48a125d544a9974dc91d2d/pom.xml#L2475
EDIT2: provided PR https://github.com/hapifhir/hapi-fhir/pull/8361
> Upgrade to maven-surefire-plugin 3.36+
> --------------------------------------
>
> Key: CAMEL-24633
> URL: https://issues.apache.org/jira/browse/CAMEL-24633
> Project: Camel
> Issue Type: Dependency upgrade
> Components: build system
> Affects Versions: 4.23.0
> Reporter: Aurélien Pupier
> Priority: Major
>
> see https://github.com/apache/camel/pull/26157
> to look at:
> * fhir transitive dependency to junit 4.7
> * drill transitive dependency to junit 4.10
> * profiles and job configurations: The Dependabot bump from 3.5.6 → 3.6.0
> pulls in SUREFIRE-823: "Decouple -DskipTests from Failsafe plugin". Before
> 3.6.0, -DskipTests skipped both Surefire and Failsafe. As of 3.6.0 it skips
> only Surefire — Failsafe now needs -DskipITs (or maven.test.skip).
--
This message was sent by Atlassian Jira
(v8.20.10#820010)