This is an automated email from the ASF dual-hosted git repository. orpiske pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel.git
commit ae7e75b5ee242d26b61e36da95773a6f0b85d2dc Author: Otavio Rodolfo Piske <angusyo...@gmail.com> AuthorDate: Tue Jan 24 17:10:37 2023 +0100 (chores) build: upgrade maven failsafe plugin to 3.0.0-M8 The issue affecting build stability with JPMS was resolved: https://issues.apache.org/jira/browse/SUREFIRE-1831 --- pom.xml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 07712a6206b..b178a7c024f 100644 --- a/pom.xml +++ b/pom.xml @@ -120,8 +120,7 @@ <maven-compiler-plugin-version>3.10.1</maven-compiler-plugin-version> <maven-javadoc-plugin-version>3.2.0</maven-javadoc-plugin-version> <maven-surefire-plugin-version>3.0.0-M8</maven-surefire-plugin-version> - <!-- For now, use 3.0.0-M4 due to SUREFIRE-1831 affecting M5 and causing integration tests (w/ failsafe) to misbehave --> - <maven-failsafe-plugin-version>3.0.0-M4</maven-failsafe-plugin-version> + <maven-failsafe-plugin-version>3.0.0-M8</maven-failsafe-plugin-version> <!-- we need to override the version inherited from Apache POM for modules that use this POM as parent --> <surefire.version>${maven-surefire-plugin-version}</surefire.version> <java-diff-utils-version>4.7</java-diff-utils-version>