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

(camel-quarkus) branch main updated: Remove workaround for quarkusio/quarkus#36952

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

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


The following commit(s) were added to refs/heads/main by this push:
     new 500e7b47a4 Remove workaround for quarkusio/quarkus#36952
500e7b47a4 is described below

commit 500e7b47a4125bc290709a210553ab1836058395
Author: James Netherton <ja...@gmail.com>
AuthorDate: Thu Dec 7 08:34:53 2023 +0000

    Remove workaround for quarkusio/quarkus#36952
    
    Fixes #5493
---
 poms/bom/pom.xml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/poms/bom/pom.xml b/poms/bom/pom.xml
index 1a3277fb9b..704f70babe 100644
--- a/poms/bom/pom.xml
+++ b/poms/bom/pom.xml
@@ -6976,7 +6976,6 @@
                         </goals>
                         <phase>process-resources</phase>
                         <configuration>
-                            <onCheckFailure>WARN</onCheckFailure><!-- Workaround https://github.com/quarkusio/quarkus/issues/36952 -->
                             <additionalBoms>
                                 <additionalBom>io.quarkus:quarkus-bom:${quarkus.version}</additionalBom>
                             </additionalBoms>