You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by lb...@apache.org on 2023/07/06 09:11:38 UTC

[camel-quarkus] 03/04: Surefire 3.0.0-M4 passing even if a build step throws an exception #723

This is an automated email from the ASF dual-hosted git repository.

lburgazzoli pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git

commit b922dcb32cccc45e62381b1fa87e1df0a6fc6be1
Author: Luca Burgazzoli <lb...@gmail.com>
AuthorDate: Tue Jul 4 16:41:25 2023 +0200

    Surefire 3.0.0-M4 passing even if a build step throws an exception #723
---
 .github/dependabot.yml | 3 ---
 pom.xml                | 3 +--
 2 files changed, 1 insertion(+), 5 deletions(-)

diff --git a/.github/dependabot.yml b/.github/dependabot.yml
index 2200a8aaee..aac6ae0839 100644
--- a/.github/dependabot.yml
+++ b/.github/dependabot.yml
@@ -46,6 +46,3 @@ updates:
       - dependency-name: "org.apache.camel.maven:*"
       # To be kept manually in alignment with the enforcer API version used in quarkus-enforcer-rules
       - dependency-name: "org.apache.maven.plugins:maven-enforcer-plugin"
-      # https://github.com/apache/camel-quarkus/issues/723
-      - dependency-name: "org.apache.maven.plugins:maven-failsafe-plugin"
-      - dependency-name: "org.apache.maven.plugins:maven-surefire-plugin"
diff --git a/pom.xml b/pom.xml
index 428ac57b10..0996bedeaf 100644
--- a/pom.xml
+++ b/pom.xml
@@ -197,8 +197,7 @@
         <maven-resources-plugin.version>3.3.1</maven-resources-plugin.version>
         <maven-scm-plugin.version>2.0.0</maven-scm-plugin.version>
         <maven-shade-plugin.version>3.5.0</maven-shade-plugin.version>
-        <!-- NOTE: We pin to this version due to https://github.com/apache/camel-quarkus/issues/723 -->
-        <maven-surefire-plugin.version>2.22.2</maven-surefire-plugin.version>
+        <maven-surefire-plugin.version>3.1.2</maven-surefire-plugin.version>
         <os-maven-plugin.version>${os-maven-plugin-version}</os-maven-plugin.version>
         <protobuf-maven-plugin.version>${protobuf-maven-plugin-version}</protobuf-maven-plugin.version>
         <rpkgtests-maven-plugin.version>1.0.0</rpkgtests-maven-plugin.version>