This is an automated email from the ASF dual-hosted git repository. ppalaga pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git
commit d921f1ba8846be5b5a1a341294e48672e7a3500a Author: Peter Palaga <[email protected]> AuthorDate: Mon Jun 26 15:30:13 2023 +0200 Revert "Disable cxf-soap-grouped native profile due to #5008" This reverts commit 252446fb9774ded84cf69c7b47d8ca7ec546ee96. --- integration-tests/cxf-soap-grouped/pom.xml | 2 -- 1 file changed, 2 deletions(-) diff --git a/integration-tests/cxf-soap-grouped/pom.xml b/integration-tests/cxf-soap-grouped/pom.xml index 8ee5509456..a3cd9785a7 100644 --- a/integration-tests/cxf-soap-grouped/pom.xml +++ b/integration-tests/cxf-soap-grouped/pom.xml @@ -160,7 +160,6 @@ </build> <profiles> - <!-- https://github.com/apache/camel-quarkus/issues/5008 <profile> <id>native</id> <activation> @@ -188,7 +187,6 @@ </plugins> </build> </profile> - --> <profile> <id>virtualDependencies</id> <activation>
