This is an automated email from the ASF dual-hosted git repository. github-bot pushed a commit to branch camel-main in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git
commit c249ccde3a16a1d878594f7215176a8bba685a1d Author: JiriOndrusek <ondrusek.j...@gmail.com> AuthorDate: Fri Dec 1 14:51:41 2023 +0100 Disabled spring-rabbitmq because of spring update #5583 --- integration-tests/spring-rabbitmq/pom.xml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/integration-tests/spring-rabbitmq/pom.xml b/integration-tests/spring-rabbitmq/pom.xml index 764b7f4640..6ba4b1b432 100644 --- a/integration-tests/spring-rabbitmq/pom.xml +++ b/integration-tests/spring-rabbitmq/pom.xml @@ -79,7 +79,8 @@ </dependencies> <profiles> - <profile> + <!-- https://github.com/apache/camel-quarkus/issues/5583 --> + <!--<profile> <id>native</id> <activation> <property> @@ -105,7 +106,7 @@ </plugin> </plugins> </build> - </profile> + </profile> --> <profile> <id>virtualDependencies</id> <activation>