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/06/22 20:14:20 UTC

[camel-quarkus] 05/05: Disable cxf-soap-grouped native profile due to #5008

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

commit 252446fb9774ded84cf69c7b47d8ca7ec546ee96
Author: James Netherton <ja...@gmail.com>
AuthorDate: Thu Jun 22 16:58:33 2023 +0100

    Disable cxf-soap-grouped native profile due to #5008
---
 integration-tests/cxf-soap-grouped/pom.xml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/integration-tests/cxf-soap-grouped/pom.xml b/integration-tests/cxf-soap-grouped/pom.xml
index a3cd9785a7..8ee5509456 100644
--- a/integration-tests/cxf-soap-grouped/pom.xml
+++ b/integration-tests/cxf-soap-grouped/pom.xml
@@ -160,6 +160,7 @@
     </build>
 
     <profiles>
+        <!-- https://github.com/apache/camel-quarkus/issues/5008
         <profile>
             <id>native</id>
             <activation>
@@ -187,6 +188,7 @@
                 </plugins>
             </build>
         </profile>
+        -->
         <profile>
             <id>virtualDependencies</id>
             <activation>