This is an automated email from the ASF dual-hosted git repository. jiriondrusek pushed a commit to branch camel-main in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git
commit 00edf4669c69f024b2f256d4d217220b5c0faaf0 Author: JiriOndrusek <ondrusek.j...@gmail.com> AuthorDate: Mon Oct 7 09:52:20 2024 +0200 Fixed microprofile-fault-tolerance #6602 --- integration-tests/microprofile-fault-tolerance/pom.xml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/integration-tests/microprofile-fault-tolerance/pom.xml b/integration-tests/microprofile-fault-tolerance/pom.xml index 2828c062c9..f2930b36b9 100644 --- a/integration-tests/microprofile-fault-tolerance/pom.xml +++ b/integration-tests/microprofile-fault-tolerance/pom.xml @@ -70,6 +70,7 @@ </dependencies> <profiles> + <!-- TODO: https://github.com/apache/camel-quarkus/issues/6602 <profile> <id>native</id> <activation> @@ -97,6 +98,7 @@ </plugins> </build> </profile> + --> <profile> <id>virtualDependencies</id> <activation>